django-appconf: Update to 1.0.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
parent
ef5bb48c94
commit
ec8c7a8940
1 changed files with 7 additions and 5 deletions
|
@ -8,11 +8,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=django-appconf
|
PKG_NAME:=django-appconf
|
||||||
PKG_VERSION:=1.0.2
|
PKG_VERSION:=1.0.3
|
||||||
PKG_RELEASE:=6
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=$(PKG_NAME)
|
PYPI_NAME:=$(PKG_NAME)
|
||||||
PKG_HASH:=6a4d9aea683b4c224d97ab8ee11ad2d29a37072c0c6c509896dd9857466fb261
|
PKG_HASH:=35f13ca4d567f132b960e2cd4c832c2d03cb6543452d34e29b7ba10371ba80e3
|
||||||
|
|
||||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
|
@ -35,7 +35,8 @@ define Package/python-django-appconf
|
||||||
$(call Package/django-appconf/Default)
|
$(call Package/django-appconf/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python-django-appconf:python \
|
+PACKAGE_python-django-appconf:python \
|
||||||
python-django1
|
python-django1 \
|
||||||
|
+PACKAGE_python-django-appconf:python-six
|
||||||
VARIANT:=python
|
VARIANT:=python
|
||||||
MDEPENDS:=python-django1
|
MDEPENDS:=python-django1
|
||||||
endef
|
endef
|
||||||
|
@ -48,7 +49,8 @@ define Package/python3-django-appconf
|
||||||
$(call Package/django-appconf/Default)
|
$(call Package/django-appconf/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+PACKAGE_python3-django-appconf:python3 \
|
+PACKAGE_python3-django-appconf:python3 \
|
||||||
+PACKAGE_python3-django-appconf:python3-django1
|
+PACKAGE_python3-django-appconf:python3-django1 \
|
||||||
|
+PACKAGE_python3-django-appconf:python3-six
|
||||||
VARIANT:=python3
|
VARIANT:=python3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue