diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-06-05 07:20:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-05 07:20:46 +0300 |
commit | 28a8940d677981a32fcc023cc4d410dbe0f1f13e (patch) | |
tree | 86d05bc28aca25462a52f93a8a9ed017bcc004c5 | |
parent | 774f617d27e2dae6bc594210870da6c920fe292a (diff) | |
parent | dc66614a65cfb8643e0abfc7bb718866ab36349e (diff) |
Merge pull request #6189 from Ansuel/uwsgi-lib
uwsgi-cgi: remove useless dep
-rw-r--r-- | net/uwsgi-cgi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/uwsgi-cgi/Makefile b/net/uwsgi-cgi/Makefile index 18732d771..5034b201f 100644 --- a/net/uwsgi-cgi/Makefile +++ b/net/uwsgi-cgi/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uwsgi-cgi PKG_VERSION:=2.0.17 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/unbit/uwsgi @@ -23,7 +23,7 @@ define Package/uwsgi-cgi SUBMENU:=Web Servers/Proxies TITLE:=The uWSGI server URL:=http://unbit.com/ - DEPENDS:=+python +libopenssl +libpcre +jansson +libuuid + DEPENDS:=+libopenssl +libpcre +jansson +libuuid +libxml2 endef define Package/uwsgi-cgi/description |