]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-build-pull-requests: setuptools for pkg_resources 2545/head
authorDavid Galloway <david.galloway@ibm.com>
Thu, 26 Feb 2026 21:18:02 +0000 (16:18 -0500)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 27 Feb 2026 14:57:42 +0000 (09:57 -0500)
Signed-off-by: David Galloway <david.galloway@ibm.com>
ceph-build-pull-requests/build/build

index a1510dfcc62b5eaa7e3df73892789abeae3a1b29..fa70a1c83677fdd7d8a3752c2c3ca7d99820280e 100644 (file)
@@ -6,7 +6,8 @@ set -e
 PATH=$PATH:$HOME/.local/bin
 uv venv --clear --seed
 
-pkgs=( "ansible" "ansible-core" "jenkins-job-builder>=6.4.3" "urllib3" "pyopenssl" "ndg-httpsclient" "pyasn1" "xmltodict" )
+# setuptools 82 removed pkg_resources; JJB/stevedore still expects it
+pkgs=( "ansible" "ansible-core" "jenkins-job-builder>=6.4.3" "urllib3" "pyopenssl" "ndg-httpsclient" "pyasn1" "xmltodict" "setuptools<82" )
 VENV=./.venv/bin
 uv pip install "${pkgs[@]}"