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