mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 00:51:19 +00: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:
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=django-ranged-response
|
||||
PKG_VERSION:=0.2.0
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_MAINTAINER:=Eneas U de Queiroz <cote2004-github@yahoo.com>
|
||||
PKG_LICENSE:=MIT
|
||||
@@ -25,7 +25,7 @@ define Package/django-ranged-response
|
||||
CATEGORY:=Languages
|
||||
TITLE:=Add Content-Range: to FileResponse
|
||||
URL:=https://github.com/wearespindle/django-ranged-fileresponse
|
||||
DEPENDS:=+python +django
|
||||
DEPENDS:=+python +python-django
|
||||
VARIANT:=python
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user