From: Alexandru Ardelean Date: Sat, 4 Jan 2020 19:30:19 +0000 (+0200) Subject: django: remove conditional deps X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5dc070e1db54e542176d4690209b4d16e6a2c253;p=openwrt-packages.git django: remove conditional deps These are left over/forgotten. Remove them. Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index b6a3ebfd9..78353be32 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -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