From 8d40d6e3b9d74a41042222dae3e2ce34cf9b7010 Mon Sep 17 00:00:00 2001 From: Hains van den Bosch Date: Sun, 11 Dec 2022 11:44:12 +0100 Subject: python3-twisted: Add python3-asyncio to RDEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To fix crash due to missing module: from twisted.internet import defer File "/usr/lib/python3.11/site-packages/twisted/internet/defer.py", line 14, in from asyncio import AbstractEventLoop, Future, iscoroutine ModuleNotFoundError: No module named 'asyncio' Signed-off-by: Hains van den Bosch Signed-off-by: Khem Raj Signed-off-by: Guðni Már Gilbert Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb b/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb index f4575c9c2e..0e1153fa4a 100644 --- a/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb @@ -57,6 +57,7 @@ RDEPENDS:${PN} = "\ " RDEPENDS:${PN}-core = "${PYTHON_PN}-appdirs \ + ${PYTHON_PN}-asyncio \ ${PYTHON_PN}-automat \ ${PYTHON_PN}-constantly \ ${PYTHON_PN}-core \ -- cgit v1.2.3-54-g00ecf