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
1 changed files with 1 additions and 4 deletions

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