From: Hauke Mehrtens Date: Thu, 1 May 2014 21:19:40 +0000 (+0000) Subject: pyload: do not depend on python-django X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=efd0a0c7914bd41fd834341e0594a259f24b8fd4;p=openwrt%2Fsvn-archive%2Fpackages.git pyload: do not depend on python-django This dependency is not needed. This closes #11471. Signed-off-by: Hauke Mehrtens SVN-Revision: 40653 --- 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