mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01: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>
(cherry-picked from commit f026dba26e)
This commit is contained in:
committed by
Josef Schlehofer
parent
88c3765a69
commit
f8ff5017d2
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=django-constance
|
||||
PKG_VERSION:=2.3.1
|
||||
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-constance
|
||||
CATEGORY:=Languages
|
||||
TITLE:=Django live settings with pluggable backends, including Redis.
|
||||
URL:=https://github.com/jazzband/django-constance
|
||||
DEPENDS:=+python +django
|
||||
DEPENDS:=+python +python-django
|
||||
endef
|
||||
|
||||
define Package/django-constance/description
|
||||
|
||||
Reference in New Issue
Block a user