python-requests: fix cross build
This commit is contained in:
parent
fedf5de602
commit
8c73785a93
1 changed files with 5 additions and 3 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue