mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
django-restframework: update packaging format + add python3 variant
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
committed by
Eneas Queiroz
parent
15272fcc65
commit
441f486081
@@ -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-picklefield django-postoffice
|
||||
django-jsonfield django-picklefield django-postoffice django-restframework
|
||||
|
||||
define Package/seafile-seahub
|
||||
SECTION:=net
|
||||
@@ -33,7 +33,6 @@ define Package/seafile-seahub
|
||||
TITLE:=Seafile server - seahub component
|
||||
URL:=https://seafile.com/
|
||||
DEPENDS:=+python +pillow \
|
||||
+django-restframework \
|
||||
+django-simple-captcha +django-statici18n +django-webpack-loader \
|
||||
+python-flup +gunicorn +openpyxl \
|
||||
$(foreach dep,$(SEAFILE_PYTHON_DEPENDS),+python-$(dep))
|
||||
|
||||
Reference in New Issue
Block a user