Merge pull request #6178 from Ansuel/uwsgi-lib

uwsgi-cgi: add missing library
This commit is contained in:
Hannu Nyman 2018-06-04 09:00:04 +03:00 committed by GitHub
commit 4e4a4a4c74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ define Package/uwsgi-cgi
SUBMENU:=Web Servers/Proxies
TITLE:=The uWSGI server
URL:=http://unbit.com/
DEPENDS:=+python +libopenssl +libpcre
DEPENDS:=+python +libopenssl +libpcre +jansson
endef
define Package/uwsgi-cgi/description