diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2019-09-13 12:27:22 +0300 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2019-09-13 12:27:23 +0300 |
commit | dc08f0fab8336358a1fa34a7a4328603bdb73cf1 (patch) | |
tree | 333856e4cec711cfdb98a02e5ef98ba600023de9 /net/seafile-seahub | |
parent | 2e12e13a3bdc19b62ceb1cc9f507a2567240966d (diff) |
seafile-seahub: update dependency to python-mysqlclient
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>
Diffstat (limited to 'net/seafile-seahub')
-rw-r--r-- | net/seafile-seahub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/seafile-seahub/Makefile b/net/seafile-seahub/Makefile index ef8782a23..071f043c2 100644 --- a/net/seafile-seahub/Makefile +++ b/net/seafile-seahub/Makefile @@ -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 |