Config.in 666 B

12345678910111213141516
  1. config BR2_PACKAGE_PYTHON_AIOHTTP
  2. bool "python-aiohttp"
  3. select BR2_PACKAGE_PYTHON_AIODNS # runtime
  4. select BR2_PACKAGE_PYTHON_AIOSIGNAL # runtime
  5. select BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT # runtime
  6. select BR2_PACKAGE_PYTHON_ATTRS # runtime
  7. select BR2_PACKAGE_PYTHON_CCHARDET if BR2_INSTALL_LIBSTDCPP # runtime
  8. select BR2_PACKAGE_PYTHON_CHARDET if !BR2_INSTALL_LIBSTDCPP # runtime
  9. select BR2_PACKAGE_PYTHON_MULTIDICT # runtime
  10. select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
  11. select BR2_PACKAGE_PYTHON_YARL # runtime
  12. select BR2_PACKAGE_PYTHON3_ZLIB # runtime
  13. help
  14. Async http client/server framework (asyncio).
  15. https://github.com/aio-libs/aiohttp