mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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:
committed by
Khem Raj
parent
2526a4b24e
commit
371510307d
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user