Browse Source

uwsgi-cgi: remove useless dep

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
lilik-openwrt-22.03
Ansuel Smith 6 years ago
parent
commit
dc66614a65
No known key found for this signature in database GPG Key ID: AC001D09ADBFEAD7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/uwsgi-cgi/Makefile

+ 2
- 2
net/uwsgi-cgi/Makefile View File

@ -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


Loading…
Cancel
Save