Browse Source

Merge pull request #8840 from cotequeiroz/django_pytz

django: Add pytz dependency
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
6b9c6ee6ff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/python/django/Makefile

+ 2
- 2
lang/python/django/Makefile View File

@ -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


Loading…
Cancel
Save