blob: c06f09fb6a336a8a5adb9e1dc44074dee747b032 [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 Geissler6aa7eec2023-03-03 12:41:14 -06007SRC_URI[sha256sum] = "edd247df9a19e0db16534d4baaf536d6609a43e1de5401d7a4c1c148753a1635"
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"