111e725b08
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Marcus Hoffmann <marcus.hoffmann@othermo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
276 B
Plaintext
10 lines
276 B
Plaintext
config BR2_PACKAGE_PYTHON_ANYIO
|
|
bool "python-anyio"
|
|
select BR2_PACKAGE_PYTHON_IDNA # runtime
|
|
select BR2_PACKAGE_PYTHON_SNIFFIO # runtime
|
|
help
|
|
High level compatibility layer for multiple asynchronous
|
|
event loop implementations.
|
|
|
|
https://github.com/agronholm/anyio
|