django-statici18n: update packaging format + add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean
2019-07-03 12:01:56 +03:00
parent 545cff8b63
commit b239483365
2 changed files with 40 additions and 17 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ SEAFILE_PYTHON_DEPENDS:= \
simplejson chardet dateutil mysql pytz qrcode requests requests-oauthlib \
django django-constance django-appconf django-compressor django-formtools \
django-jsonfield django-picklefield django-postoffice django-restframework \
pillow django-simple-captcha
pillow django-simple-captcha django-statici18n
define Package/seafile-seahub
SECTION:=net
@@ -38,7 +38,7 @@ define Package/seafile-seahub
TITLE:=Seafile server - seahub component
URL:=https://seafile.com/
DEPENDS:=+python \
+django-statici18n +django-webpack-loader \
+django-webpack-loader \
+python-flup +gunicorn +openpyxl \
$(foreach dep,$(SEAFILE_PYTHON_DEPENDS),+python-$(dep))
endef