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 <cote2004-github@yahoo.com>
This commit is contained in:
parent
05f890950e
commit
c05f2e8bd6
1 changed files with 5 additions and 3 deletions
|
@ -29,9 +29,11 @@ define Package/seafile-seahub
|
||||||
MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
|
MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
|
||||||
URL:=http://seafile.com/
|
URL:=http://seafile.com/
|
||||||
DEPENDS:=+simplejson +python +pillow +chardet +django +django-appconf \
|
DEPENDS:=+simplejson +python +pillow +chardet +django +django-appconf \
|
||||||
+django-compressor +django-constance +django-jsonfield +django-picklefield \
|
+django-compressor +django-constance +django-formtools +django-jsonfield \
|
||||||
+django-postoffice +django-restframework +django-statici18n +et_xmlfile \
|
+django-picklefield +django-postoffice +django-restframework \
|
||||||
+flup +gunicorn +jdcal +openpyxl +python-dateutil +python-mysql +pytz +rcssmin
|
+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
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
|
Loading…
Reference in a new issue