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>
This commit is contained in:
Sam Van Den Berge
2024-03-25 15:07:16 +01:00
committed by Khem Raj
parent 2526a4b24e
commit 371510307d

View File

@@ -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 \