mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-aiohttp: added missing RDEPENDs
aiohttp implicitly RDEPENDs on html, json, and socketserver modules, which are part of python3 recipe. They can't be properly imported if they are missing from RDEPENDS Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2beb56814f
commit
8e7c57bd8f
|
|
@ -13,8 +13,11 @@ RDEPENDS_${PN} = "\
|
|||
${PYTHON_PN}-async-timeout \
|
||||
${PYTHON_PN}-attrs \
|
||||
${PYTHON_PN}-chardet \
|
||||
${PYTHON_PN}-html \
|
||||
${PYTHON_PN}-idna-ssl \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-multidict \
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-yarl \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user