python-httplib2: depend on ca-certificates
This commit is contained in:
parent
8b39326ab7
commit
ad770b7e9b
1 changed files with 2 additions and 2 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue