projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
004faf9
)
django: remove conditional deps
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Sat, 4 Jan 2020 19:30:19 +0000
(21:30 +0200)
committer
Alexandru Ardelean
<ardeleanalex@gmail.com>
Mon, 6 Jan 2020 11:29:26 +0000
(13:29 +0200)
These are left over/forgotten. Remove them.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/django/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/django/Makefile
b/lang/python/django/Makefile
index b6a3ebfd95b6df92296a443ff15f3249e3be1397..78353be32ed89963a4510efeaac3abe26185a1c8 100644
(file)
--- 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