1config BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT
2	bool "python-async-timeout"
3	select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
4	help
5	  asyncio-compatible timeout context manager.
6
7	  https://github.com/aio-libs/async-timeout
8