mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
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>
This commit is contained in:
committed by
Armin Kuster
parent
a5000c12a2
commit
8d40d6e3b9
@@ -57,6 +57,7 @@ RDEPENDS:${PN} = "\
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-core = "${PYTHON_PN}-appdirs \
|
||||
${PYTHON_PN}-asyncio \
|
||||
${PYTHON_PN}-automat \
|
||||
${PYTHON_PN}-constantly \
|
||||
${PYTHON_PN}-core \
|
||||
|
||||
Reference in New Issue
Block a user