From 96802374c4ff450348d018e15ce6b03f901c11f7 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Mon, 29 Apr 2019 14:22:55 -0300 Subject: [PATCH] django: Add pytz dependency pytz is a run-time dependency of django. Signed-off-by: Eneas U de Queiroz --- lang/python/django/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index 98c2c2065..23a07585a 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django PKG_VERSION:=1.11.17 -PKG_RELEASE=2 +PKG_RELEASE=3 PKG_SOURCE:=Django-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/D/Django @@ -30,7 +30,7 @@ define Package/django CATEGORY:=Languages TITLE:=The web framework for perfectionists with deadlines. URL:=https://www.djangoproject.com/ - DEPENDS:=+python + DEPENDS:=+python +python-pytz endef define Package/django/description