From d2454675bcc0731c39ac71a9cfc88f6836d57edc Mon Sep 17 00:00:00 2001
From: Alessio Sergi <al3hex@gmail.com>
Date: Sat, 11 Jul 2015 02:29:09 +0200
Subject: [PATCH] python-httplib2: libressl builddep not needed

---
 srcpkgs/python-httplib2/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python-httplib2/template b/srcpkgs/python-httplib2/template
index f67336d85b2..27afe4fc75e 100644
--- a/srcpkgs/python-httplib2/template
+++ b/srcpkgs/python-httplib2/template
@@ -1,21 +1,20 @@
 # Template file for 'python-httplib2'
 pkgname=python-httplib2
 version=0.9.1
-revision=1
+revision=2
 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 libressl-devel"
 depends="python ca-certificates"
 pycompile_module="httplib2"
 short_desc="A comprehensive HTTP client library (Python2)"
 maintainer="Juan RP <xtraeme@voidlinux.eu>"
 homepage="https://github.com/jcgregorio/httplib2/"
 license="MIT"
-distfiles="https://pypi.python.org/packages/source/h/httplib2/httplib2-${version}.tar.gz"
+distfiles="${PYPI_SITE}/h/httplib2/httplib2-${version}.tar.gz"
 checksum=bc6339919a5235b9d1aaee011ca5464184098f0c47c9098001f91c97176583f5
 
 python3.4-httplib2_package() {