mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #8840 from cotequeiroz/django_pytz
django: Add pytz dependency
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=django
|
PKG_NAME:=django
|
||||||
PKG_VERSION:=1.11.17
|
PKG_VERSION:=1.11.17
|
||||||
PKG_RELEASE=2
|
PKG_RELEASE=3
|
||||||
|
|
||||||
PKG_SOURCE:=Django-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=Django-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/D/Django
|
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/D/Django
|
||||||
@@ -30,7 +30,7 @@ define Package/django
|
|||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=The web framework for perfectionists with deadlines.
|
TITLE:=The web framework for perfectionists with deadlines.
|
||||||
URL:=https://www.djangoproject.com/
|
URL:=https://www.djangoproject.com/
|
||||||
DEPENDS:=+python
|
DEPENDS:=+python +python-pytz
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/django/description
|
define Package/django/description
|
||||||
|
|||||||
Reference in New Issue
Block a user