On 2021-02-11 8:46 p.m., Enrico Jörns wrote:
[Please note: This e-mail is from an EXTERNAL e-mail address]

From: Vyacheslav Yurkov <[email protected]>

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 <[email protected]>
Acked-by: Trevor Gamblin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
(cherry-picked from commit 8e7c57bd8f8250251e54fcbe149dc81743c0e30a)
Signed-off-by: Enrico Jorns <[email protected]>
Acked-by: Trevor Gamblin <[email protected]>
---
  meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb 
b/meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb
index 121447cdb..24eb021de 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb
@@ -13,9 +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}-typing \
+    ${PYTHON_PN}-netserver \
      ${PYTHON_PN}-yarl \
  "
--
2.29.2




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#89556): 
https://lists.openembedded.org/g/openembedded-devel/message/89556
Mute This Topic: https://lists.openembedded.org/mt/80574359/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to