blob: 73dc17423e8c57e3da2bbf63a3b47f155cebf90e [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 Geissler220dafd2023-10-04 10:18:08 -05007SRC_URI[sha256sum] = "84ec2218d8419404abcb9f0c02df3f34c6e0a68ed41072acfb1cef5cbc29051a"
Andrew Geissler595f6302022-01-24 19:11:47 +00008
9PYPI_PACKAGE = "aiofiles"
10
Andrew Geissler220dafd2023-10-04 10:18:08 -050011inherit pypi python_hatchling
Andrew Geissler595f6302022-01-24 19:11:47 +000012
13RDEPENDS:${PN} = "\
Patrick Williams39653562024-03-01 08:54:02 -060014 python3-asyncio \
Andrew Geissler595f6302022-01-24 19:11:47 +000015"