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>
11 lines
307 B
Plaintext
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
|