Fix: Pin setuptools to 70.2.0 38/73138/1
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 16 Aug 2024 02:29:46 +0000 (12:29 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 16 Aug 2024 02:37:58 +0000 (12:37 +1000)
commit0148b9b44f2af07eb033ceeb6185b95a711329d9
tree91105da4baa992273c82183628b0fbc97b1a4ad5
parent74575473c1a51898db67150cbf4617ab596eff69
Fix: Pin setuptools to 70.2.0

A new version of setuptools==72.2.0 is not compatible with
python 3.12.4 and JJB 6.3.0 which results in the following
errors. This requires adding pkg_resources.extern to the
hidden imports for setuptools >= 70.0

ERROR:stevedore.extension:Could not load 'delete':
No module named 'pkg_resources.extern'

Issue: RELENG-5555
Change-Id: I24bc5c97420ca635a719e28e8fc5f61e8ffa1097
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
releasenotes/notes/pin-setuptools-70.2.0-f9ec00000f35a7bf.yaml [new file with mode: 0644]
tox.ini