mirror of
http://git.openwrt.org/packages.git
synced 2025-01-08 11:57:34 +08:00
pyload: do not depend on python-django
This dependency is not needed. This closes #11471. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40653 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
336fdf12cc
commit
6ad34ad543
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user