seafile-seahub: use python-pillow as dep

The pillow package has been updated to the Python[3] packaging format, and
now the package names are `python-pillow` & `python3-pillow`.
This change updates seafile-seahub to use it.

Not updating other packages as they will be converted to Python[3]
packaging format.

And not bumping PKG_RELEASE here as it will be done in the last commit that
updates deps for seafile-seahub.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry-picked from commit cc33edc138)
This commit is contained in:
Alexandru Ardelean 2019-07-11 15:12:33 +03:00 committed by Josef Schlehofer
parent 44b5bcbad1
commit cb04554620
No known key found for this signature in database
GPG key ID: B950216FE4329F4C

View file

@ -29,14 +29,15 @@ include ../../lang/python/python-package.mk
SEAFILE_PYTHON_DEPENDS:= \ SEAFILE_PYTHON_DEPENDS:= \
simplejson chardet dateutil mysql pytz qrcode requests requests-oauthlib \ simplejson chardet dateutil mysql pytz qrcode requests requests-oauthlib \
django django-constance django-appconf django-compressor django-formtools \ django django-constance django-appconf django-compressor django-formtools \
django-jsonfield django-picklefield django-postoffice django-restframework django-jsonfield django-picklefield django-postoffice django-restframework \
pillow
define Package/seafile-seahub define Package/seafile-seahub
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=Seafile server - seahub component TITLE:=Seafile server - seahub component
URL:=https://seafile.com/ URL:=https://seafile.com/
DEPENDS:=+python +pillow \ DEPENDS:=+python \
+django-simple-captcha +django-statici18n +django-webpack-loader \ +django-simple-captcha +django-statici18n +django-webpack-loader \
+flup +gunicorn +openpyxl \ +flup +gunicorn +openpyxl \
$(foreach dep,$(SEAFILE_PYTHON_DEPENDS),+python-$(dep)) $(foreach dep,$(SEAFILE_PYTHON_DEPENDS),+python-$(dep))