1config BR2_PACKAGE_PYTHON_ANYIO
2	bool "python-anyio"
3	select BR2_PACKAGE_PYTHON_IDNA # runtime
4	select BR2_PACKAGE_PYTHON_SNIFFIO # runtime
5	help
6	  High level compatibility layer for multiple asynchronous
7	  event loop implementations.
8
9	  https://github.com/agronholm/anyio
10