Version 3.9 of the Python interpreter
Go to file
Miro Hrončok 67b133f25b Stop Recommending setuptools and move the pip Recommendation to python3-devel
With modern pip, setuptools is not required on runtime.
Python packages use PEP 517 instead.

Hence, we no longer Recommend setuptools and pip, but pip only.

Users who are impacted may see one of:

    ModuleNotFoundError: No module named 'setuptools'
    ModuleNotFoundError: No module named 'pkg_resoureces'

They can easily recover by installing python3-setuptools or python3-pkg_resources.

Related but not explicitly part of:
https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools

Together with this change, we move the pip Recommendation to the python3-devel package.
"Regular users" of Fedora and RHEL are less likely to need pip and more likely to brick
their systems with it. If they need pip, they can dnf install pip.

Pip (incl. setuptools) still works in environments created with venv or virtualenv.

Resolves: rhbz#1947857
2021-06-04 16:27:41 +02:00
tests Merged update from upstream sources 2021-01-22 16:12:02 +00:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-21 14:49:50 -07:00
00001-rpath.patch Merged update from upstream sources 2020-11-27 15:15:30 +00:00
00111-no-static-lib.patch Update to 3.9.5 2021-05-07 11:25:49 +02:00
00189-use-rpm-wheels.patch Update to 3.9.5 2021-05-07 11:25:49 +02:00
00251-change-user-install-location.patch RHEL 9.0.0 Alpha bootstrap 2020-10-21 14:49:50 -07:00
00328-pyc-timestamp-invalidation-mode.patch RHEL 9.0.0 Alpha bootstrap 2020-10-21 14:49:50 -07:00
00353-architecture-names-upstream-downstream.patch Update to 3.9.5 2021-05-07 11:25:49 +02:00
check-pyc-timestamps.py RHEL 9.0.0 Alpha bootstrap 2020-10-21 14:49:50 -07:00
idle3.appdata.xml RHEL 9.0.0 Alpha bootstrap 2020-10-21 14:49:50 -07:00
idle3.desktop RHEL 9.0.0 Alpha bootstrap 2020-10-21 14:49:50 -07:00
pubkeys.txt RHEL 9.0.0 Alpha bootstrap 2020-10-21 14:49:50 -07:00
python3.9.rpmlintrc RHEL 9.0.0 Alpha bootstrap 2020-10-21 14:49:50 -07:00
python3.9.spec Stop Recommending setuptools and move the pip Recommendation to python3-devel 2021-06-04 16:27:41 +02:00
sources Update to 3.9.5 2021-05-07 11:25:49 +02:00