django-statici18n: Update to 1.9.0, add missing dependencies
authorJeffery To <redacted>
Wed, 19 Feb 2020 20:13:18 +0000 (04:13 +0800)
committerJeffery To <redacted>
Fri, 13 Mar 2020 20:35:00 +0000 (04:35 +0800)
Signed-off-by: Jeffery To <redacted>
lang/python/django-statici18n/Makefile

index ea58e6f8491d3143f3ffbb54479ee4c7631a1ac9..2e86437f7537fedd0a61cb32c819eb4e8f71373d 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=django-statici18n
-PKG_VERSION:=1.8.2
-PKG_RELEASE:=6
+PKG_VERSION:=1.9.0
+PKG_RELEASE:=1
 
 PYPI_NAME:=$(PKG_NAME)
-PKG_HASH:=ba9eeb3c4517027922645999359f8335fbb9fea04c457123cfbd6b4a36cbeda4
+PKG_HASH:=913dd056c1abcbe129b1db806cb4cfb821c4077d7e857d6eb29043ea64f4d1d0
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
@@ -35,7 +35,9 @@ define Package/python-django-statici18n
 $(call Package/django-statici18n/Default)
   DEPENDS:= \
        +PACKAGE_python-django-statici18n:python \
-       python-django1
+       python-django1 \
+       +PACKAGE_python-django-statici18n:python-django-appconf \
+       +PACKAGE_python-django-statici18n:python-six
   VARIANT:=python
   MDEPENDS:=python-django1
 endef
@@ -48,7 +50,9 @@ define Package/python3-django-statici18n
 $(call Package/django-statici18n/Default)
   DEPENDS:= \
        +PACKAGE_python3-django-statici18n:python3 \
-       +PACKAGE_python3-django-statici18n:python3-django1
+       +PACKAGE_python3-django-statici18n:python3-django1 \
+       +PACKAGE_python3-django-statici18n:python3-django-appconf \
+       +PACKAGE_python3-django-statici18n:python3-six
   VARIANT:=python3
 endef
 
git clone https://git.99rst.org/PROJECT