summaryrefslogtreecommitdiffstats
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-28 13:10:23 -0400
commit5a6f7925bd2b885955c942573f70a5594f231563 (patch)
treeb6a5d7e80d16a0ed290073a10ebe4bc3c88f0b43
parent8d40d6e3b9d74a41042222dae3e2ce34cf9b7010 (diff)
downloadmeta-openembedded-kirkstone-next.tar.gz
python3-twisted: Add python3-typing-extensions to RDEPENDSkirkstone-nextkirkstone
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 0e1153fa4..c55c86ea5 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 \
66 ${PYTHON_PN}-incremental \ 66 ${PYTHON_PN}-incremental \
67 ${PYTHON_PN}-pyhamcrest \ 67 ${PYTHON_PN}-pyhamcrest \
68 ${PYTHON_PN}-pyserial \ 68 ${PYTHON_PN}-pyserial \
69 ${PYTHON_PN}-typing-extensions \
69 ${PYTHON_PN}-unixadmin \ 70 ${PYTHON_PN}-unixadmin \
70 ${PYTHON_PN}-zopeinterface \ 71 ${PYTHON_PN}-zopeinterface \
71" 72"