churchyard / rpms / python3

Forked from rpms/python3 6 years ago
Clone

25c078c Recommend python3-tkinter when tk is installed

Authored and Committed by churchyard 4 years ago
1 file changed. 9 lines added. 1 lines removed.
    Recommend python3-tkinter when tk is installed
    
    The tkinter module is part of the Python's standard library, however it is in
    a separate subpackage to save an unwanted dependency on tk.
    
    When tk is installed, we recommend the subpackage to provide more upstream-like
    experience, but still provide a way out.
    
        
file modified
+9 -1