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.
This commit is contained in:
parent
83f99db714
commit
9885fc6e12
@ -407,6 +407,11 @@ Provides: bundled(python3-setuptools) = 41.2.0
|
|||||||
# See https://bugzilla.redhat.com/show_bug.cgi?id=1547131
|
# See https://bugzilla.redhat.com/show_bug.cgi?id=1547131
|
||||||
Recommends: %{name}%{?_isa} = %{version}-%{release}
|
Recommends: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
# tkinter is part of the standard library,
|
||||||
|
# but it is torn out to save an unwanted dependency on tk and X11.
|
||||||
|
# we recommend it when tk is already installed (for better UX)
|
||||||
|
Recommends: (%{name}-tkinter%{?_isa} = %{version}-%{release} if tk%{?_isa})
|
||||||
|
|
||||||
# https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package
|
# https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package
|
||||||
# In Fedora 31, several "unversioned" files like /usr/bin/pydoc and all the
|
# In Fedora 31, several "unversioned" files like /usr/bin/pydoc and all the
|
||||||
# "unversioned" provides were moved from python2 to python3.
|
# "unversioned" provides were moved from python2 to python3.
|
||||||
|
Loading…
Reference in New Issue
Block a user