Go to file
Miro Hrončok 593224df20 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 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.

Not bumping the release because this only affects the package when we
upgrade the main Python in Fedora to 3.10.
2021-04-23 12:57:43 +02:00
tests Revert "CI: Skip marshalparser tests for now" 2020-11-10 13:34:52 +01:00
.gitignore Ignore stuff 2017-12-01 13:57:42 +01:00
00001-rpath.patch Update to 3.10.0a4 2021-01-05 00:29:47 +01:00
00251-change-user-install-location.patch Update to 3.10.0a7 2021-04-06 14:27:52 +02:00
00328-pyc-timestamp-invalidation-mode.patch Initial Python 3.10 package forked from Python 3.9 2020-10-12 10:32:54 +02:00
check-pyc-timestamps.py Renew check-pyc-timestamps.py 2018-08-17 16:05:13 +02:00
idle3.appdata.xml Add AppData and desktop file for IDLE 3 (rhbz#1392049) 2017-02-28 14:33:44 +01:00
idle3.desktop Add AppData and desktop file for IDLE 3 (rhbz#1392049) 2017-02-28 14:33:44 +01:00
pgp_keys.asc Initial Python 3.10 package forked from Python 3.9 2020-10-12 10:32:54 +02:00
python3.10.rpmlintrc rpmlint: Filter a new way of unversioned Obsoletes warning 2021-03-26 14:29:07 +00:00
python3.10.spec Stop Recommending setuptools and move the pip Recommendation to python3-devel 2021-04-23 12:57:43 +02:00
sources Update to 3.10.0a7 2021-04-06 14:27:52 +02:00