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'
pkgname=python-M2Crypto
version=0.35.2
revision=5
revision=6
wrksrc="M2Crypto-${version}"
build_style=python-module
pycompile_module="M2Crypto"
hostmakedepends="python-setuptools python3-setuptools swig libressl-devel"
makedepends="libressl-devel python-devel python3-devel"
hostmakedepends="python-setuptools python3-setuptools swig openssl-devel"
makedepends="openssl-devel python-devel python3-devel"
depends="python-typing"
short_desc="Python2 crypto and SSL toolkit"
maintainer="Orphaned <orphan@voidlinux.org>"