Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-twisted: Add python3-typing-extensions to RDEPENDS #645

Closed
wants to merge 1 commit into from
Closed

python3-twisted: Add python3-typing-extensions to RDEPENDS #645

wants to merge 1 commit into from

Commits on Dec 11, 2022

  1. 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>
    Hains committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    8d8369f View commit details
    Browse the repository at this point in the history