From ec003c58cd5e4a9cb27f9a2a2502765cacb1a317 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Fri, 21 Jul 2023 15:25:27 -0400 Subject: python3-blinker: add python3-asyncio to RDEPENDS The module fails to import without this. Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-blinker_1.6.2.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-blinker_1.6.2.bb b/meta-python/recipes-devtools/python/python3-blinker_1.6.2.bb index 8e77df088d..b0728e66cd 100644 --- a/meta-python/recipes-devtools/python/python3-blinker_1.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-blinker_1.6.2.bb @@ -8,6 +8,10 @@ inherit pypi python_setuptools_build_meta ptest SRC_URI += "file://run-ptest" +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-asyncio \ +" + RDEPENDS:${PN}-ptest += " \ ${PYTHON_PN}-pytest \ " -- cgit v1.2.3-54-g00ecf