summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb
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-28 13:10:23 -0400
commit8d40d6e3b9d74a41042222dae3e2ce34cf9b7010 (patch)
tree544e62f4234998b3cd5d822f56af3320b9262fbd /meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb
parenta5000c12a29f646be2127a52e9ca5ddbb4ab9256 (diff)
downloadmeta-openembedded-8d40d6e3b9d74a41042222dae3e2ce34cf9b7010.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/python/python3-twisted_22.2.0.bb')
-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 f4575c9c2..0e1153fa4 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} = "\
57" 57"
58 58
59RDEPENDS:${PN}-core = "${PYTHON_PN}-appdirs \ 59RDEPENDS:${PN}-core = "${PYTHON_PN}-appdirs \
60 ${PYTHON_PN}-asyncio \
60 ${PYTHON_PN}-automat \ 61 ${PYTHON_PN}-automat \
61 ${PYTHON_PN}-constantly \ 62 ${PYTHON_PN}-constantly \
62 ${PYTHON_PN}-core \ 63 ${PYTHON_PN}-core \