python3-httpx: adjust dependencies.

This commit is contained in:
icp 2023-03-09 15:15:09 +05:30 committed by Andrew Benson
parent 3aa4fe65bf
commit 219a03b59d

View file

@ -1,12 +1,11 @@
# Template file for 'python3-httpx'
pkgname=python3-httpx
version=0.24.0
revision=1
revision=2
build_style=python3-pep517
hostmakedepends="python3-poetry-core hatchling"
depends="python3-rfc3986 python3-certifi python3-charset-normalizer
python3-sniffio python3-httpcore python3-click python3-rich python3-Pygments
python3-h2"
hostmakedepends="hatchling"
depends="python3-idna python3-certifi python3-h2 python3-Brotli
python3-sniffio python3-httpcore python3-click python3-rich python3-Pygments"
short_desc="Next generation HTTP client for Python"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="BSD-3-Clause"