From 4e0accfe2c42d29c79d5d819176b2ce77074bb2b Mon Sep 17 00:00:00 2001 From: Gergely Kiss Date: Thu, 5 May 2016 00:28:29 +0200 Subject: [PATCH] gunicorn: add missing dependency Signed-off-by: Gergely Kiss --- lang/gunicorn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/gunicorn/Makefile b/lang/gunicorn/Makefile index d9c344f027..952104807e 100644 --- a/lang/gunicorn/Makefile +++ b/lang/gunicorn/Makefile @@ -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 URL:=http://gunicorn.org/ - DEPENDS:=+python + DEPENDS:=+python +python-setuptools endef define Package/gunicorn/description -- 2.30.2