mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
python3-mysqlclient: add missing python3 dependency
This commit is contained in:
parent
f975f54589
commit
9b337e2a96
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-mysqlclient'
|
# Template file for 'python3-mysqlclient'
|
||||||
pkgname=python3-mysqlclient
|
pkgname=python3-mysqlclient
|
||||||
version=1.3.14
|
version=1.3.14
|
||||||
revision=7
|
revision=8
|
||||||
wrksrc="mysqlclient-${version}"
|
wrksrc="mysqlclient-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="libmariadbclient-devel python3-devel zlib-devel openssl-devel"
|
makedepends="libmariadbclient-devel python3-devel zlib-devel openssl-devel"
|
||||||
|
depends="python3"
|
||||||
short_desc="Python3 interface to MySQL/MariaDB"
|
short_desc="Python3 interface to MySQL/MariaDB"
|
||||||
maintainer="Alin Dobre <alin.dobre@outlook.com>"
|
maintainer="Alin Dobre <alin.dobre@outlook.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue