Version 3.9 of the Python interpreter
67b133f25b
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 |
||
---|---|---|
tests | ||
.gitignore | ||
00001-rpath.patch | ||
00111-no-static-lib.patch | ||
00189-use-rpm-wheels.patch | ||
00251-change-user-install-location.patch | ||
00328-pyc-timestamp-invalidation-mode.patch | ||
00353-architecture-names-upstream-downstream.patch | ||
check-pyc-timestamps.py | ||
idle3.appdata.xml | ||
idle3.desktop | ||
pubkeys.txt | ||
python3.9.rpmlintrc | ||
python3.9.spec | ||
sources |