aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHains van den Bosch <hainsvdbosch@ziggo.nl>2022-12-11 11:50:44 +0100
committerArmin Kuster <akuster808@gmail.com>2024-04-25 09:24:35 -0400
commit1ae3c2a4a6ec909a3505cd102c72812d68c57212 (patch)
treeda41a4e87870298d3f89223ea6bef4b1339dcfb0
parent4189d60003d5490bf5cb8cd3e151fcc6f11abb68 (diff)
downloadmeta-openembedded-contrib-stable/kirkstone-nut.tar.gz
python3-twisted: Add python3-typing-extensions to RDEPENDSstable/kirkstone-nut
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>
-rw-r--r--meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb b/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb
index 0e1153fa4a..c55c86ea50 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb
@@ -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 \
"