1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 20:03:57 +02: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:
Alexandru Ardelean 2020-01-04 21:30:19 +02:00
parent 004faf98f5
commit 5dc070e1db

View File

@ -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