mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01: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
|
define Package/python3-django
|
||||||
$(call Package/django/Default)
|
$(call Package/django/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= +python3 +python3-pytz +python3-sqlparse
|
||||||
+PACKAGE_python3-django:python3 \
|
|
||||||
+PACKAGE_python3-django:python3-pytz \
|
|
||||||
+PACKAGE_python3-django:python3-sqlparse
|
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user