mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 21:14:32 +04:00
django: convert to python pkg format + add python3 variant
This also updates all dependencies to use the new `python-django` package. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=django-statici18n
|
||||
PKG_VERSION:=1.8.2
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
@@ -26,7 +26,7 @@ define Package/django-statici18n
|
||||
CATEGORY:=Languages
|
||||
TITLE:=A Django app that provides helper for generating JavaScript catalog to static files.
|
||||
URL:=https://django-statici18n.readthedocs.org/
|
||||
DEPENDS:=+python +django
|
||||
DEPENDS:=+python +python-django
|
||||
endef
|
||||
|
||||
define Package/django-statici18n/description
|
||||
|
||||
Reference in New Issue
Block a user