- 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>