From a94aae9f7f0b783b3fbb8cc83cd6da8a8779ee9a Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 1 May 2014 21:19:40 +0000 Subject: [PATCH] pyload: do not depend on python-django This dependency is not needed. This closes #11471. Signed-off-by: Hauke Mehrtens SVN-Revision: 40653 --- net/pyload/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/pyload/Makefile b/net/pyload/Makefile index bdb60caf2c..f888628a3b 100644 --- a/net/pyload/Makefile +++ b/net/pyload/Makefile @@ -24,7 +24,7 @@ PKG_UNPACK=unzip -d $(PKG_BUILD_DIR) $(DL_DIR)/$(PKG_SOURCE) define Package/pyload SECTION:=net CATEGORY:=Network - DEPENDS:=+python +pyopenssl +python-curl +python-crypto +python-django \ + DEPENDS:=+python +pyopenssl +python-curl +python-crypto \ +python-expat +python-imaging-library +python-sqlite3 +js \ +tesseract +unrar TITLE:=A fast, lightweight and full featured download manager -- 2.30.2