diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2019-08-12 10:06:48 +0300 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2019-09-02 15:06:28 +0300 |
commit | 817cdbd7c90cbd4ae6e727f15f2da9d33de13efb (patch) | |
tree | e48d71c730cd130d1dbe5839aef90210b2ca32b2 /net | |
parent | 63ef2b2ed21d265e3223d7f2019d8b6024ab9198 (diff) |
python-mysql: rename to python-mysqlclient & bump to version 1.4.4
The package on PyPi is named `mysqlclient`.
This should have been named `python-mysqlclient` from the start.
There is a `mysql` package on PyPi already but that's a different
code/package.
Doing this should avoid any future confusion.
There is no good time to do this rename; at least 19.07 has been branched
already and this can go into the next release [in a year or so].
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/seafile-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/seafile-server/Makefile b/net/seafile-server/Makefile index d34d7c481..aabb4eb07 100644 --- a/net/seafile-server/Makefile +++ b/net/seafile-server/Makefile @@ -39,7 +39,8 @@ define Package/seafile-server CATEGORY:=Network TITLE:=Seafile server URL:=https://seafile.com/ - DEPENDS:=+libarchive +libopenssl +glib2 +libsearpc +seafile-ccnet +seafile-seahub +sqlite3-cli +python-mysql +python-urllib3 \ + DEPENDS:=+libarchive +libopenssl +glib2 +libsearpc +seafile-ccnet +seafile-seahub +sqlite3-cli \ + +python-mysqlclient +python-urllib3 \ +jansson +libevent2 +libevent2-openssl +zlib +libzdb +libsqlite3 +libmysqlclient +oniguruma \ +libpthread +libuuid +bash +procps-ng +procps-ng-pkill +SEAFILE_FUSE_SUPPORT:libfuse $(ICONV_DEPENDS) MENU:=1 |