python-cryptography: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:38 +01:00
parent d14c02678c
commit 1a626ad940

View file

@ -1,12 +1,12 @@
# Template file for 'python-cryptography'
pkgname=python-cryptography
version=3.3.2
revision=1
revision=2
wrksrc="cryptography-${version}"
build_style=python2-module
hostmakedepends="python-setuptools libressl-devel python-enum34
hostmakedepends="python-setuptools openssl-devel python-enum34
python-ipaddress python-six python-cffi python-idna"
makedepends="libressl-devel python-devel"
makedepends="openssl-devel python-devel"
depends="python-cffi python-six python-enum34 python-idna python-ipaddress"
checkdepends="python-cryptography_vectors python-hypothesis python-pretend
python-pytest python-pytz python-iso8601 ${depends}"