mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-06 07:34:01 -09:00
Drop dependency on python-sniffio, that's no longer required. Release Notes https://github.com/agronholm/anyio/releases/tag/4.12.0 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Julien Olivain <ju.o@free.fr>
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
config BR2_PACKAGE_PYTHON_ANYIO
|
|
bool "python-anyio"
|
|
select BR2_PACKAGE_PYTHON_IDNA # runtime
|
|
help
|
|
High level compatibility layer for multiple asynchronous
|
|
event loop implementations.
|
|
|
|
https://github.com/agronholm/anyio
|