jdcal,et_xmlfile,rcssmin: remove un-needed python packages

This change removes a series of Python packages that are added to
seafile-seahub and are not needed.
After some investigation into seafile, there are no references for it.

These are some of the low-hanging fruits.
They're not used [not sure when they were], and these packages were born
out of some weird sprints somewhere and forgotten on web and left
un-maintained.

So, remove them.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean
2019-03-14 13:26:44 +02:00
parent cd4919ef0d
commit c74c1a22ec
4 changed files with 3 additions and 151 deletions
+3 -3
View File
@@ -31,9 +31,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