From 89d0acd967133208298326d8e76a8ac2c1638d67 Mon Sep 17 00:00:00 2001 From: Vyacheslav Yurkov Date: Wed, 2 Dec 2020 07:19:18 +0100 Subject: 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 Acked-by: Trevor Gamblin Signed-off-by: Khem Raj (cherry picked from commit 8e7c57bd8f8250251e54fcbe149dc81743c0e30a) [Fixup for Gatesgarth context] Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb index 178e68bd97..c98e3aee7a 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.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 \ " -- cgit 1.2.3-korg