mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-27 13:58:18 +00:00
python3-twisted: Add python3-typing-extensions to RDEPENDS
To fix crash due to missing module: File "/usr/lib/python3.11/site-packages/twisted/internet/defer.py", line 42, in <module> from typing_extensions import Literal, ParamSpec, Protocol ModuleNotFoundError: No module named 'typing_extensions' 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
8d40d6e3b9
commit
5a6f7925bd
@@ -66,6 +66,7 @@ RDEPENDS:${PN}-core = "${PYTHON_PN}-appdirs \
|
||||
${PYTHON_PN}-incremental \
|
||||
${PYTHON_PN}-pyhamcrest \
|
||||
${PYTHON_PN}-pyserial \
|
||||
${PYTHON_PN}-typing-extensions \
|
||||
${PYTHON_PN}-unixadmin \
|
||||
${PYTHON_PN}-zopeinterface \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user