Browse Source

django: remove conditional deps

These are left over/forgotten. Remove them.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 5 years ago
parent
commit
5dc070e1db
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      lang/python/django/Makefile

+ 1
- 4
lang/python/django/Makefile 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


Loading…
Cancel
Save