python3-cryptography: switch to OpenSSL

This commit is contained in:
John 2021-02-11 18:59:38 +01:00
parent c357084586
commit 492fdc456c

View file

@ -1,12 +1,12 @@
# Template file for 'python3-cryptography'
pkgname=python3-cryptography
version=3.4.6
revision=1
revision=2
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
build_helper="rust"
hostmakedepends="python3-setuptools-rust python3-cffi cargo"
makedepends="python3-devel libressl-devel"
makedepends="python3-devel openssl-devel"
depends="python3-cffi"
checkdepends="python3-pytest-subtests python3-pytz python3-iso8601
python3-cryptography_vectors python3-pretend python3-hypothesis $depends"