From 9076bda3cbc94ce734448e18b12825b8e1c8d0f5 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Mon, 14 Jul 2014 17:46:02 +0200 Subject: [PATCH] python-httplib2: switch to libressl --- srcpkgs/python-httplib2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-httplib2/template b/srcpkgs/python-httplib2/template index e62c941abc..5a6c8b63fe 100644 --- a/srcpkgs/python-httplib2/template +++ b/srcpkgs/python-httplib2/template @@ -1,14 +1,14 @@ # Template file for 'python-httplib2' pkgname=python-httplib2 version=0.9 -revision=2 +revision=3 noarch=yes patch_args="-Np1" wrksrc="httplib2-${version}" build_style=python-module python_versions="2.7 3.4" 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" pycompile_module="httplib2" short_desc="A comprehensive HTTP client library (Python2)"