mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 14:44:36 +04:00
django: remove conditional deps
These are left over/forgotten. Remove them. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -34,10 +34,7 @@ endef
|
||||
|
||||
define Package/python3-django
|
||||
$(call Package/django/Default)
|
||||
DEPENDS:= \
|
||||
+PACKAGE_python3-django:python3 \
|
||||
+PACKAGE_python3-django:python3-pytz \
|
||||
+PACKAGE_python3-django:python3-sqlparse
|
||||
DEPENDS:= +python3 +python3-pytz +python3-sqlparse
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user