python3-cryptography: switch to OpenSSL
This commit is contained in:
parent
c357084586
commit
492fdc456c
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue