mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +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>
This commit is contained in:
committed by
Khem Raj
parent
64e73fae56
commit
78386ad01d
@@ -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