python-M2Crypto: rebuild against OpenSSL
This commit is contained in:
parent
f9e6298901
commit
9a0e3a9e8a
1 changed files with 3 additions and 3 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue