Skip to content

Commit 5a6f792

Browse files
Hainsakuster
authored andcommitted
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>
1 parent 8d40d6e commit 5a6f792

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meta-python/recipes-devtools/python/python3-twisted_22.2.0.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ RDEPENDS:${PN}-core = "${PYTHON_PN}-appdirs \
6666
${PYTHON_PN}-incremental \
6767
${PYTHON_PN}-pyhamcrest \
6868
${PYTHON_PN}-pyserial \
69+
${PYTHON_PN}-typing-extensions \
6970
${PYTHON_PN}-unixadmin \
7071
${PYTHON_PN}-zopeinterface \
7172
"

0 commit comments

Comments
 (0)