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
|