aboutsummaryrefslogtreecommitdiff
path: root/net/seafile-seahub
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2019-05-02 18:57:07 +0300
committerGitHub <noreply@github.com>2019-05-02 18:57:07 +0300
commitb57a79dd2c6ab1a07a4d63b74be2bc40753bcf83 (patch)
tree8ad3d1aa7371d33dd2c3fc48cdca2412a0f62a73 /net/seafile-seahub
parentfeb6f833a2b59fb535e85b28af6dfc7010334e69 (diff)
parentc74c1a22ec12284b519994ef75df2e2c1e54acce (diff)
Merge pull request #8760 from commodo/remove-un-needed
jdcal,et_xmlfile,rcssmin: remove un-needed python packages
Diffstat (limited to 'net/seafile-seahub')
-rw-r--r--net/seafile-seahub/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/seafile-seahub/Makefile b/net/seafile-seahub/Makefile
index 5dccfbe1e..0666d4944 100644
--- a/net/seafile-seahub/Makefile
+++ b/net/seafile-seahub/Makefile
@@ -30,9 +30,9 @@ define Package/seafile-seahub
DEPENDS:=+python-simplejson +python +pillow +python-chardet +django +django-appconf \
+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 +python-pytz +rcssmin
+ +django-simple-captcha +django-statici18n +django-webpack-loader \
+ +flup +gunicorn +openpyxl +python-dateutil +python-mysql \
+ +python-qrcode +python-requests +python-requests-oauthlib +python-pytz
endef
define Build/Configure