python-requests: fix cross build

This commit is contained in:
Alessio Sergi 2014-10-29 23:50:31 +01:00
parent fedf5de602
commit 8c73785a93

View File

@ -1,13 +1,15 @@
# Template file for 'python-requests'
pkgname=python-requests
version=2.4.3
revision=1
revision=2
noarch=yes
wrksrc="requests-${version}"
build_style="python-module"
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="python-chardet python3.4-chardet python-urllib3 python3.4-urllib3"
hostmakedepends="
python-setuptools python3.4-setuptools python-chardet python3.4-chardet
python-urllib3 python3.4-urllib3"
makedepends="${hostmakedepends}"
depends="python-chardet python-urllib3 ca-certificates"
pycompile_module="requests"
short_desc="Python HTTP for Humans (Python2)"