mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
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'
|
# Template file for 'python-requests'
|
||||||
pkgname=python-requests
|
pkgname=python-requests
|
||||||
version=2.4.3
|
version=2.4.3
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="requests-${version}"
|
wrksrc="requests-${version}"
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="
|
||||||
makedepends="python-chardet python3.4-chardet python-urllib3 python3.4-urllib3"
|
python-setuptools python3.4-setuptools python-chardet python3.4-chardet
|
||||||
|
python-urllib3 python3.4-urllib3"
|
||||||
|
makedepends="${hostmakedepends}"
|
||||||
depends="python-chardet python-urllib3 ca-certificates"
|
depends="python-chardet python-urllib3 ca-certificates"
|
||||||
pycompile_module="requests"
|
pycompile_module="requests"
|
||||||
short_desc="Python HTTP for Humans (Python2)"
|
short_desc="Python HTTP for Humans (Python2)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue