mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
django-picklefield: update packaging format + add python3 variant
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit 6a7f547a38)
This commit is contained in:
committed by
Josef Schlehofer
parent
74f3bf88df
commit
2a8c5fe35e
@@ -25,7 +25,7 @@ include ../../lang/python/python-package.mk
|
||||
SEAFILE_PYTHON_DEPENDS:= \
|
||||
simplejson chardet dateutil mysql pytz qrcode requests requests-oauthlib \
|
||||
django django-constance django-appconf django-compressor django-formtools \
|
||||
django-jsonfield
|
||||
django-jsonfield django-picklefield
|
||||
|
||||
define Package/seafile-seahub
|
||||
SECTION:=net
|
||||
@@ -33,7 +33,7 @@ define Package/seafile-seahub
|
||||
TITLE:=Seafile server - seahub component
|
||||
URL:=https://seafile.com/
|
||||
DEPENDS:=+python +pillow \
|
||||
+django-picklefield +django-postoffice +django-restframework \
|
||||
+django-postoffice +django-restframework \
|
||||
+django-simple-captcha +django-statici18n +django-webpack-loader \
|
||||
+flup +gunicorn +openpyxl \
|
||||
$(foreach dep,$(SEAFILE_PYTHON_DEPENDS),+python-$(dep))
|
||||
|
||||
Reference in New Issue
Block a user