python-openssl: switch to libressl
This commit is contained in:
parent
c2ba2eb403
commit
ce9d9bb908
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue