summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Van Den Berge <sam.van.den.berge@gmail.com>2024-03-25 15:07:16 +0100
committerKhem Raj <raj.khem@gmail.com>2024-03-25 08:34:13 -0700
commit371510307df97cfc04faa291ca1d736692aadb52 (patch)
treeddcfb7731289e1bfc9c1f9a24be8a9da31c63cec
parent2526a4b24eb3c33b0647ae38377ad6f2031dcd61 (diff)
downloadmeta-openembedded-371510307df97cfc04faa291ca1d736692aadb52.tar.gz
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 <sam.van.den.berge@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb2
1 files changed, 2 insertions, 0 deletions
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} = "\
13 python3-aiohappyeyeballs \ 13 python3-aiohappyeyeballs \
14 python3-aiosignal \ 14 python3-aiosignal \
15 python3-async-timeout \ 15 python3-async-timeout \
16 python3-attrs \
16 python3-frozenlist \ 17 python3-frozenlist \
18 python3-misc \
17 python3-multidict \ 19 python3-multidict \
18 python3-yarl \ 20 python3-yarl \
19 python3-aiodns \ 21 python3-aiodns \