Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | SUMMARY = "File support for asyncio" |
| 2 | DESCRIPTION = "Asynchronous local file IO library for asyncio and Python" |
| 3 | HOMEPAGE = "https://github.com/aio-libs/aiohttp" |
| 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" |
| 6 | |
| 7 | SRC_URI[sha256sum] = "8334f23235248a3b2e83b2c3a78a22674f39969b96397126cc93664d9a901e59" |
| 8 | |
| 9 | PYPI_PACKAGE = "aiofiles" |
| 10 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 11 | inherit pypi python_poetry_core |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 12 | |
| 13 | RDEPENDS:${PN} = "\ |
| 14 | ${PYTHON_PN}-asyncio \ |
| 15 | " |