python3-mysqlclient: build against mariadbclient instead of mysql
This commit is contained in:
parent
402390185b
commit
71c6edec4e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ revision=4
|
|||
wrksrc="mysqlclient-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="libmysqlclient-devel python3-devel zlib-devel libressl-devel"
|
||||
makedepends="libmariadbclient-devel python3-devel zlib-devel libressl-devel"
|
||||
short_desc="Python3 interface to MySQL/MariaDB"
|
||||
maintainer="Alin Dobre <alin.dobre@outlook.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
|
|
Loading…
Reference in a new issue