From: Guillaume Abrioux Date: Wed, 14 Jan 2026 19:39:15 +0000 (+0100) Subject: cephadm-ansible-prs: do not pin to pip 22.4.0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4f2da4c5ce2b9c0bc12b9325a38228108b2e6b1a;p=ceph-build.git cephadm-ansible-prs: do not pin to pip 22.4.0 given that the builder is now using py3.12, we can't pin to 22.4.0 as it depends on distutils that was dropped from py3.12 Signed-off-by: Guillaume Abrioux --- diff --git a/cephadm-ansible-prs/build/build b/cephadm-ansible-prs/build/build index bff1098a..e24330e9 100644 --- a/cephadm-ansible-prs/build/build +++ b/cephadm-ansible-prs/build/build @@ -4,7 +4,7 @@ pkgs=( "tox" ) TEMPVENV=$(create_venv_dir) VENV=${TEMPVENV}/bin -install_python_packages $TEMPVENV "pkgs[@]" "pip==22.0.4" +install_python_packages $TEMPVENV "pkgs[@]" # XXX this might not be needed source $VENV/activate