blob: 40ac76efd5d9517daa95db011e3b5e73ad4dd7b1 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "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
Andrew Geissler87f5cff2022-09-30 13:13:31 -05007SRC_URI[sha256sum] = "9107f1ca0b2a5553987a94a3c9959fe5b491fdf731389aa5b7b1bd0733e32de6"
Andrew Geissler595f6302022-01-24 19:11:47 +00008
9PYPI_PACKAGE = "aiofiles"
10
Andrew Geissler9aee5002022-03-30 16:27:02 +000011inherit pypi python_poetry_core
Andrew Geissler595f6302022-01-24 19:11:47 +000012
13RDEPENDS:${PN} = "\
14 ${PYTHON_PN}-asyncio \
15"