python3-httpx: add a missing setuptools build dep
This commit is contained in:
parent
b0fbb6c913
commit
5ec96cf564
1 changed files with 2 additions and 1 deletions
|
@ -4,12 +4,13 @@ version=0.20.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="httpx-${version}"
|
wrksrc="httpx-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Next generation HTTP client for Python"
|
short_desc="Next generation HTTP client for Python"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="www.python-httpx.org"
|
homepage="https://www.python-httpx.org"
|
||||||
distfiles="${PYPI_SITE}/h/httpx/httpx-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/h/httpx/httpx-${version}.tar.gz"
|
||||||
checksum=09606d630f070d07f9ff28104fbcea429ea0014c1e89ac90b4d8de8286c40e7b
|
checksum=09606d630f070d07f9ff28104fbcea429ea0014c1e89ac90b4d8de8286c40e7b
|
||||||
make_check=no # no tests included
|
make_check=no # no tests included
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue