summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb
diff options
context:
space:
mode:
authorHains van den Bosch <hainsvdbosch@ziggo.nl>2022-12-11 11:50:44 +0100
committerKhem Raj <raj.khem@gmail.com>2022-12-11 16:21:18 -0800
commit0cd4da100fc2874c233155c88be2e6dc376567a0 (patch)
treede69189e2fd68fa19da408915dd5dce2a09465cf /meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb
parent78386ad01d963b84749c28d6d0c312405f778287 (diff)
downloadmeta-openembedded-0cd4da100fc2874c233155c88be2e6dc376567a0.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb b/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb
index 13ce4a823..767ace114 100644
--- a/meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twisted_22.10.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"