mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
python3-httpx: adjust dependencies.
This commit is contained in:
parent
3aa4fe65bf
commit
219a03b59d
1 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue