From 5dc070e1db54e542176d4690209b4d16e6a2c253 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sat, 4 Jan 2020 21:30:19 +0200 Subject: [PATCH] django: remove conditional deps These are left over/forgotten. Remove them. Signed-off-by: Alexandru Ardelean --- lang/python/django/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index b6a3ebfd95..78353be32e 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