python-M2Crypto: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:38 +01:00
parent f9e6298901
commit 9a0e3a9e8a

View File

@ -1,12 +1,12 @@
# Template file for 'python-M2Crypto' # Template file for 'python-M2Crypto'
pkgname=python-M2Crypto pkgname=python-M2Crypto
version=0.35.2 version=0.35.2
revision=5 revision=6
wrksrc="M2Crypto-${version}" wrksrc="M2Crypto-${version}"
build_style=python-module build_style=python-module
pycompile_module="M2Crypto" pycompile_module="M2Crypto"
hostmakedepends="python-setuptools python3-setuptools swig libressl-devel" hostmakedepends="python-setuptools python3-setuptools swig openssl-devel"
makedepends="libressl-devel python-devel python3-devel" makedepends="openssl-devel python-devel python3-devel"
depends="python-typing" depends="python-typing"
short_desc="Python2 crypto and SSL toolkit" short_desc="Python2 crypto and SSL toolkit"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"