python-curl: switch to libressl
This commit is contained in:
parent
ce9d9bb908
commit
4117fdd5b3
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python-curl'
|
||||
pkgname=python-curl
|
||||
version=7.19.3.1
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="pycurl-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-devel python3.4-devel"
|
||||
makedepends="openssl-devel libcurl-devel ${hostmakedepends}"
|
||||
makedepends="libressl-devel libcurl-devel ${hostmakedepends}"
|
||||
replaces="pycurl>=0"
|
||||
pycompile_module="curl"
|
||||
short_desc="Python2 interface to cURL library"
|
||||
|
|
Loading…
Reference in New Issue