python3-mysqlclient: build against mariadbclient instead of mysql

This commit is contained in:
John 2020-12-30 21:59:41 +01:00 committed by John Zimmermann
parent 402390185b
commit 71c6edec4e

View file

@ -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"