mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
gunicorn: add missing dependency
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
This commit is contained in:
committed by
Etienne CHAMPETIER
parent
670c2a48f7
commit
4e0accfe2c
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=gunicorn
|
PKG_NAME:=gunicorn
|
||||||
PKG_VERSION:=19.4.5
|
PKG_VERSION:=19.4.5
|
||||||
PKG_RELEASE=1
|
PKG_RELEASE=2
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
@@ -27,7 +27,7 @@ define Package/gunicorn
|
|||||||
TITLE:=WSGI HTTP Server for UNIX
|
TITLE:=WSGI HTTP Server for UNIX
|
||||||
MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
|
MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
|
||||||
URL:=http://gunicorn.org/
|
URL:=http://gunicorn.org/
|
||||||
DEPENDS:=+python
|
DEPENDS:=+python +python-setuptools
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/gunicorn/description
|
define Package/gunicorn/description
|
||||||
|
|||||||
Reference in New Issue
Block a user