python-httplib2: switch to libressl
This commit is contained in:
parent
22f0500ada
commit
9076bda3cb
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'python-httplib2'
|
# Template file for 'python-httplib2'
|
||||||
pkgname=python-httplib2
|
pkgname=python-httplib2
|
||||||
version=0.9
|
version=0.9
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
wrksrc="httplib2-${version}"
|
wrksrc="httplib2-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
makedepends="python-devel python3.4-devel openssl-devel"
|
makedepends="python-devel python3.4-devel libressl-devel"
|
||||||
depends="python ca-certificates"
|
depends="python ca-certificates"
|
||||||
pycompile_module="httplib2"
|
pycompile_module="httplib2"
|
||||||
short_desc="A comprehensive HTTP client library (Python2)"
|
short_desc="A comprehensive HTTP client library (Python2)"
|
||||||
|
|
Loading…
Reference in a new issue