summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb
diff options
context:
space:
mode:
authorHains van den Bosch <hainsvdbosch@ziggo.nl>2022-12-11 11:44:12 +0100
committerKhem Raj <raj.khem@gmail.com>2022-12-11 16:21:18 -0800
commit78386ad01d963b84749c28d6d0c312405f778287 (patch)
tree092aea24ba2d85d04d7f8b40e1a7e0d3f7d4d2bb /meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb
parent64e73fae56c8d5af77c7fc7218f321f9d9ae583d (diff)
downloadmeta-openembedded-78386ad01d963b84749c28d6d0c312405f778287.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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb b/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb
index 17e76d12a..13ce4a823 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_22.10.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 \