From 371510307df97cfc04faa291ca1d736692aadb52 Mon Sep 17 00:00:00 2001 From: Sam Van Den Berge Date: Mon, 25 Mar 2024 15:07:16 +0100 Subject: python3-aiohttp: add missing dependencies * attrs is in install_requires of setup.cfg in 3.9 branch * python3-misc is required to include netrc which is imported in aiohttp.helpers Signed-off-by: Sam Van Den Berge Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb index 2cdd352e5..10a3085ef 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb @@ -13,7 +13,9 @@ RDEPENDS:${PN} = "\ python3-aiohappyeyeballs \ python3-aiosignal \ python3-async-timeout \ + python3-attrs \ python3-frozenlist \ + python3-misc \ python3-multidict \ python3-yarl \ python3-aiodns \ -- cgit v1.2.3-54-g00ecf