From ad770b7e9b75356ad4f47ede701447cd0fb30fb4 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 1 Jul 2014 13:27:38 +0200 Subject: [PATCH] python-httplib2: depend on ca-certificates --- 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 a60e63ad1e..e62c941abc 100644 --- a/srcpkgs/python-httplib2/template +++ b/srcpkgs/python-httplib2/template @@ -1,7 +1,7 @@ # Template file for 'python-httplib2' pkgname=python-httplib2 version=0.9 -revision=1 +revision=2 noarch=yes patch_args="-Np1" wrksrc="httplib2-${version}" @@ -9,7 +9,7 @@ build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" makedepends="python-devel python3.4-devel openssl-devel" -depends="python" +depends="python ca-certificates" pycompile_module="httplib2" short_desc="A comprehensive HTTP client library (Python2)" maintainer="Juan RP "