seafile-seahub: update dependency to python-mysqlclient 9979/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 13 Sep 2019 09:27:22 +0000 (12:27 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 13 Sep 2019 09:27:23 +0000 (12:27 +0300)
The `python-mysql` package was updated with PR https://github.com/openwrt/packages/pull/9705

For seahub this was omitted, since the Python dependencies are prefixed
with `python-`, so it was missed during the grep search.
And grepping just for `mysql` yields many results.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
net/seafile-seahub/Makefile

index ef8782a2334d253fe5ca28b653e15556a63a8676..071f043c272d18875c07872c552089b129fb0d0a 100644 (file)
@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
 include ../../lang/python/python-package.mk
 
 SEAFILE_PYTHON_DEPENDS:= \
-       simplejson chardet dateutil mysql pytz qrcode requests requests-oauthlib \
+       simplejson chardet dateutil mysqlclient pytz qrcode requests requests-oauthlib \
        django django-constance django-appconf django-compressor django-formtools \
        django-jsonfield django-picklefield django-postoffice django-restframework \
        pillow django-simple-captcha django-statici18n django-webpack-loader