mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
python3-mysqlclient: rebuild against OpenSSL
This commit is contained in:
parent
815756ceab
commit
dead57f4a3
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# 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=4
|
revision=5
|
||||||
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 libressl-devel"
|
makedepends="libmariadbclient-devel python3-devel zlib-devel openssl-devel"
|
||||||
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