mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 09:01:22 +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:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=django-compressor
|
||||
PKG_VERSION:=2.2
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
PKG_LICENSE:=MIT
|
||||
@@ -30,7 +30,7 @@ define Package/django-compressor
|
||||
CATEGORY:=Languages
|
||||
TITLE:=Compress CSS/JS into single cached files
|
||||
URL:=http://django-compressor.readthedocs.org/
|
||||
DEPENDS:=+python +django +django-appconf +python-rcssmin
|
||||
DEPENDS:=+python +python-django +django-appconf +python-rcssmin
|
||||
VARIANT:=python
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user