mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
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'
|
# Template file for 'python3-cryptography'
|
||||||
pkgname=python3-cryptography
|
pkgname=python3-cryptography
|
||||||
version=3.4.6
|
version=3.4.6
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname#python3-}-${version}"
|
wrksrc="${pkgname#python3-}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
build_helper="rust"
|
build_helper="rust"
|
||||||
hostmakedepends="python3-setuptools-rust python3-cffi cargo"
|
hostmakedepends="python3-setuptools-rust python3-cffi cargo"
|
||||||
makedepends="python3-devel libressl-devel"
|
makedepends="python3-devel openssl-devel"
|
||||||
depends="python3-cffi"
|
depends="python3-cffi"
|
||||||
checkdepends="python3-pytest-subtests python3-pytz python3-iso8601
|
checkdepends="python3-pytest-subtests python3-pytz python3-iso8601
|
||||||
python3-cryptography_vectors python3-pretend python3-hypothesis $depends"
|
python3-cryptography_vectors python3-pretend python3-hypothesis $depends"
|
||||||
|
|
Loading…
Add table
Reference in a new issue