Skip to content

Commit 8d40d6e

Browse files
Hainsakuster
authored andcommitted
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>
1 parent a5000c1 commit 8d40d6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ RDEPENDS:${PN} = "\
5757
"
5858

5959
RDEPENDS:${PN}-core = "${PYTHON_PN}-appdirs \
60+
${PYTHON_PN}-asyncio \
6061
${PYTHON_PN}-automat \
6162
${PYTHON_PN}-constantly \
6263
${PYTHON_PN}-core \

0 commit comments

Comments
 (0)