Files
rpi-buildroot/package/python-httpx/Config.in
James Hilliard 6780975af0 package/python-httpx: bump to version 0.28.1
Drop no longer required python-sniffio runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2024-12-22 14:06:30 +01:00

11 lines
307 B
Plaintext

config BR2_PACKAGE_PYTHON_HTTPX
bool "python-httpx"
select BR2_PACKAGE_PYTHON_ANYIO # runtime
select BR2_PACKAGE_PYTHON_CERTIFI # runtime
select BR2_PACKAGE_PYTHON_HTTPCORE # runtime
select BR2_PACKAGE_PYTHON_IDNA # runtime
help
The next generation HTTP client.
https://github.com/encode/httpx