diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template index c69d4b99b9..1e27f05e56 100644 --- a/srcpkgs/python-openssl/template +++ b/srcpkgs/python-openssl/template @@ -1,24 +1,24 @@ # Template file for 'python-openssl' pkgname=python-openssl -version=16.0.0 +version=16.1.0 revision=1 noarch=yes wrksrc="pyOpenSSL-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" -depends="python-cryptography>=1.3 python-six" +depends="python-cryptography python-six" pycompile_module="OpenSSL" short_desc="Python2 interface to the OpenSSL library" maintainer="Juan RP " homepage="https://github.com/pyca/pyopenssl" license="Apache-2.0" distfiles="${PYPI_SITE}/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz" -checksum=363d10ee43d062285facf4e465f4f5163f9f702f9134f0a5896f134cbb92d17d +checksum=88f7ada2a71daf2c78a4f139b19d57551b4c8be01f53a1cb5c86c2f3bf01355f python3.4-openssl_package() { noarch=yes - depends="python3.4-cryptography>=1.3 python3.4-six" + depends="python3.4-cryptography python3.4-six" pycompile_version="3.4" pycompile_module="OpenSSL" short_desc="${short_desc/Python2/Python3.4}"