Easily build and distribute Python packages
Go to file
Miro Hrončok d195d55abf Make the bootstrap build work on Python without distutils
The setup.py install command tries to import distutils
but the distutils-precedence.pth file is not yet respected
and Python 3.12+ no longer has distutils in the standard library.

The error was:

    Executing(%install): ...
    ...
    + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-setuptools-65.5.1-3.fc39~bootstrap.x86_64 --prefix /usr
    running install
    ...
    writing byte-compilation script '/tmp/tmpuud06dfj.py'
    /usr/bin/python3 /tmp/tmpuud06dfj.py
    Traceback (most recent call last):
      File "/tmp/tmpuud06dfj.py", line 1, in <module>
        from distutils.util import byte_compile
    ModuleNotFoundError: No module named 'distutils'
    error: command '/usr/bin/python3' failed with exit code 1
2023-03-15 23:24:57 +01:00
tests Fedora CI: Fix Python 3.10 and add Python 3.11 2022-06-27 22:57:08 +00:00
.gitignore Upgrade to 45.2.0, no longer supports Python 2 2020-02-26 14:20:52 +01:00
python-setuptools.rpmlintrc Update rpmlintrc for rpmlint 2 2022-10-13 14:34:04 +02:00
python-setuptools.spec Make the bootstrap build work on Python without distutils 2023-03-15 23:24:57 +01:00
Remove-optional-or-unpackaged-test-deps.patch Update to 65.5.1 2022-11-08 15:26:16 +01:00
sources Update to 65.5.1 2022-11-08 15:26:16 +01:00