aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py-httplib2/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py-httplib2/APKBUILD b/testing/py-httplib2/APKBUILD
index 18acc0a1ff..0b4e986c04 100644
--- a/testing/py-httplib2/APKBUILD
+++ b/testing/py-httplib2/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py-httplib2
_pkgname=httplib2
pkgver=0.9
-pkgrel=0
+pkgrel=1
pkgdesc="A Python HTTP client library"
url="https://github.com/jcgregorio/httplib2"
arch="noarch"
@@ -34,6 +34,7 @@ build() {
package() {
cd "$_builddir"
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
+ chmod o+r $pkgdir/usr/lib/python2.7/site-packages/httplib2/cacerts.txt
}
md5sums="09d8e8016911fc40e2e4c58f1aa3ec24 httplib2-0.9.tar.gz"