mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
config BR2_PACKAGE_PYTHON_HTTPCORE
|
|
bool "python-httpcore"
|
|
select BR2_PACKAGE_PYTHON_CERTIFI # runtime
|
|
select BR2_PACKAGE_PYTHON_H11 # runtime
|
|
help
|
|
A minimal low-level HTTP client.
|
|
|
|
https://www.encode.io/httpcore/
|