blob: 10a3085ef2ae79e84e4455228887c1721afdf552 [file] [log] [blame]
Patrick Williams73bd93f2024-02-20 08:07:48 -06001SUMMARY = "Async http client/server framework"
2DESCRIPTION = "Asynchronous HTTP client/server framework for asyncio and Python"
3HOMEPAGE = "https://github.com/aio-libs/aiohttp"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41"
6
7SRC_URI[sha256sum] = "90842933e5d1ff760fae6caca4b2b3edba53ba8f4b71e95dacf2818a2aca06f7"
8
9PYPI_PACKAGE = "aiohttp"
10inherit python_setuptools_build_meta pypi
11
12RDEPENDS:${PN} = "\
Patrick Williams39653562024-03-01 08:54:02 -060013 python3-aiohappyeyeballs \
14 python3-aiosignal \
15 python3-async-timeout \
Patrick Williams03514f12024-04-05 07:04:11 -050016 python3-attrs \
Patrick Williams39653562024-03-01 08:54:02 -060017 python3-frozenlist \
Patrick Williams03514f12024-04-05 07:04:11 -050018 python3-misc \
Patrick Williams39653562024-03-01 08:54:02 -060019 python3-multidict \
20 python3-yarl \
21 python3-aiodns \
Patrick Williams73bd93f2024-02-20 08:07:48 -060022"