From 6ad34ad543fd52aec90b6bbb2e55c8ff266521d4 Mon Sep 17 00:00:00 2001 From: hauke 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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@40653 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/pyload/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/pyload/Makefile b/net/pyload/Makefile index bdb60caf2..f888628a3 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.11.0