Release notes: https://github.com/agronholm/anyio/releases/tag/4.9.0 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
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
|