From 0cd4da100fc2874c233155c88be2e6dc376567a0 Mon Sep 17 00:00:00 2001 From: Hains van den Bosch Date: Sun, 11 Dec 2022 11:50:44 +0100 Subject: 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 from typing_extensions import Literal, ParamSpec, Protocol ModuleNotFoundError: No module named 'typing_extensions' Signed-off-by: Hains van den Bosch Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-twisted_22.10.0.bb | 1 + 1 file changed, 1 insertion(+) 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 13ce4a823e..767ace114a 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 \ ${PYTHON_PN}-incremental \ ${PYTHON_PN}-pyhamcrest \ ${PYTHON_PN}-pyserial \ + ${PYTHON_PN}-typing-extensions \ ${PYTHON_PN}-unixadmin \ ${PYTHON_PN}-zopeinterface \ " -- cgit v1.2.3-54-g00ecf