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