1SUMMARY = "File support for asyncio" 2DESCRIPTION = "Asynchronous local file IO library for asyncio and Python" 3HOMEPAGE = "https://github.com/aio-libs/aiohttp" 4LICENSE = "Apache-2.0" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" 6 7SRC_URI[sha256sum] = "8334f23235248a3b2e83b2c3a78a22674f39969b96397126cc93664d9a901e59" 8 9PYPI_PACKAGE = "aiofiles" 10 11inherit pypi python_poetry_core 12 13RDEPENDS:${PN} = "\ 14 ${PYTHON_PN}-asyncio \ 15" 16