From c05f2e8bd688cdfbf477789746c5a405642694c6 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Fri, 22 Jun 2018 14:38:58 -0300 Subject: [PATCH] seafile-seahub: added new python dependencies Several required dependencies were added: django-formtools django-simple-captcha django-webpack-loader python-qrcode python-requests python-requests-oauthlib Signed-off-by: Eneas U de Queiroz --- net/seafile-seahub/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net/seafile-seahub/Makefile b/net/seafile-seahub/Makefile index e2ae1a4c4..b6ad37cd9 100644 --- a/net/seafile-seahub/Makefile +++ b/net/seafile-seahub/Makefile @@ -29,9 +29,11 @@ define Package/seafile-seahub MAINTAINER:=Gergely Kiss URL:=http://seafile.com/ DEPENDS:=+simplejson +python +pillow +chardet +django +django-appconf \ - +django-compressor +django-constance +django-jsonfield +django-picklefield \ - +django-postoffice +django-restframework +django-statici18n +et_xmlfile \ - +flup +gunicorn +jdcal +openpyxl +python-dateutil +python-mysql +pytz +rcssmin + +django-compressor +django-constance +django-formtools +django-jsonfield \ + +django-picklefield +django-postoffice +django-restframework \ + +django-simple-captcha +django-statici18n +django-webpack-loader +et_xmlfile \ + +flup +gunicorn +jdcal +openpyxl +python-dateutil +python-mysql \ + +python-qrcode +python-requests +python-requests-oauthlib +pytz +rcssmin endef define Build/Configure