]> git.ipfire.org Git - ipfire-2.x.git/commit
python3: Remove bundled setuptools
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 15 Sep 2025 08:56:33 +0000 (10:56 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 15 Sep 2025 10:07:18 +0000 (10:07 +0000)
commit35dbd453bf6844ba177849bd6bbf3b00f846aab5
tree29b6a12c6d16924fd52d7e7ff8f9a514457d6f8a
parent78194fc50a82f8284122bf4c83cae51ffb25b9e1
python3: Remove bundled setuptools

- python3-pillow was finding the bundled setuptools version 63.2.0 and not the
   installed version of 80.9.0 and the bundled version failed the pillow requirement of
   >=77
- The bundled version install can not be disabled so this patch removes all the
   setuptools directories at the end of the python3 install so that only the IPFire
   installed version of setuptools will be available.
- This resolved the problem of python3-pillow failing to build
- The bundled setuptools has been removed in python-3.12 so when that version is
   released in IPFire the removal lines added in this patch will be able to be removed.
- The removal of the bundled version of setuptools also caused changes in the rootfiles
   of 6 other python modules, so it looks like those were also building with the older
   bundled version but had no version requirement failure. This patch set also includes
   the changed rootfiles for each of those packages.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/python3
lfs/python3