aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorHains van den Bosch <hainsvdbosch@ziggo.nl>2022-12-11 11:44:12 +0100
committerArmin Kuster <akuster808@gmail.com>2024-04-25 09:24:11 -0400
commit4189d60003d5490bf5cb8cd3e151fcc6f11abb68 (patch)
tree04c259573ff116c5bd9f9c94ea14b4ba537d2aae /meta-python/recipes-devtools
parent0673713f384dd9cf846138a92ffb786b9df8a903 (diff)
downloadmeta-openembedded-contrib-4189d60003d5490bf5cb8cd3e151fcc6f11abb68.tar.gz
python3-twisted: Add python3-asyncio to RDEPENDS
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 <module> from asyncio import AbstractEventLoop, Future, iscoroutine ModuleNotFoundError: No module named 'asyncio' Signed-off-by: Hains van den Bosch <hainsvdbosch@ziggo.nl> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb1
1 files changed, 1 insertions, 0 deletions
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 \