python-openssl: switch to libressl

This commit is contained in:
Ypnose 2014-07-14 17:33:42 +02:00
parent c2ba2eb403
commit ce9d9bb908

View file

@ -1,14 +1,14 @@
# Template file for 'python-openssl' # Template file for 'python-openssl'
pkgname=python-openssl pkgname=python-openssl
version=0.11 version=0.11
revision=6 revision=7
wrksrc="pyOpenSSL-${version}" wrksrc="pyOpenSSL-${version}"
replaces="pyopenssl>=0" replaces="pyopenssl>=0"
build_style=python-module build_style=python-module
python_versions="2.7 3.4" python_versions="2.7 3.4"
pycompile_module="OpenSSL" pycompile_module="OpenSSL"
hostmakedepends="python-setuptools python3.4-setuptools" hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="openssl-devel python-devel python3.4-devel" makedepends="libressl-devel python-devel python3.4-devel"
short_desc="Python2 interface to the OpenSSL library" short_desc="Python2 interface to the OpenSSL library"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://launchpad.net/pyopenssl" homepage="https://launchpad.net/pyopenssl"