diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template index 2363ec3042..0a0ccbefd5 100644 --- a/srcpkgs/python-cryptography/template +++ b/srcpkgs/python-cryptography/template @@ -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}"