django-constance: convert to python pkg format + add python3 variant

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean
2019-03-14 11:12:30 +02:00
parent f026dba26e
commit 1b2936a2d0
2 changed files with 31 additions and 13 deletions

View File

@@ -24,7 +24,7 @@ include ../../lang/python/python-package.mk
SEAFILE_PYTHON_DEPENDS:= \
simplejson chardet dateutil mysql pytz qrcode requests requests-oauthlib \
django
django django-constance
define Package/seafile-seahub
SECTION:=net
@@ -32,7 +32,7 @@ define Package/seafile-seahub
TITLE:=Seafile server - seahub component
URL:=https://seafile.com/
DEPENDS:=+python +pillow +django-appconf \
+django-compressor +django-constance +django-formtools +django-jsonfield \
+django-compressor +django-formtools +django-jsonfield \
+django-picklefield +django-postoffice +django-restframework \
+django-simple-captcha +django-statici18n +django-webpack-loader \
+flup +gunicorn +openpyxl \