Skip to content

Commit

Permalink
python3-twisted: Add python3-typing-extensions to RDEPENDS
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
Hains authored and kraj committed Dec 12, 2022
1 parent 78386ad commit 0cd4da1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
"
Expand Down

0 comments on commit 0cd4da1

Please sign in to comment.