Browse Source

gunicorn: add missing dependency

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
lilik-openwrt-22.03
Gergely Kiss 9 years ago
committed by Etienne CHAMPETIER
parent
commit
4e0accfe2c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/gunicorn/Makefile

+ 2
- 2
lang/gunicorn/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gunicorn
PKG_VERSION:=19.4.5
PKG_RELEASE=1
PKG_RELEASE=2
PKG_LICENSE:=MIT
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@ -27,7 +27,7 @@ define Package/gunicorn
TITLE:=WSGI HTTP Server for UNIX
MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
URL:=http://gunicorn.org/
DEPENDS:=+python
DEPENDS:=+python +python-setuptools
endef
define Package/gunicorn/description


Loading…
Cancel
Save