Browse Source

Merge pull request #9979 from commodo/seahub-mysqlclient

seafile-seahub: update dependency to python-mysqlclient
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
6af102fcf7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/seafile-seahub/Makefile

+ 1
- 1
net/seafile-seahub/Makefile View File

@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
include ../../lang/python/python-package.mk include ../../lang/python/python-package.mk
SEAFILE_PYTHON_DEPENDS:= \ 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 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 django-simple-captcha django-statici18n django-webpack-loader pillow django-simple-captcha django-statici18n django-webpack-loader


Loading…
Cancel
Save