jenkins-job-builder finally released 6.4.3, which includes
https://review.opendev.org/c/jjb/jenkins-job-builder/+/941310,
so we can stop using the git url
Signed-off-by: Dan Mick <dan.mick@redhat.com>
PATH=$PATH:$HOME/.local/bin
uv venv
-pkgs=( "ansible" "ansible-core" "git+https://opendev.org/jjb/jenkins-job-builder@60f0316389" "urllib3==1.26.1" "pyopenssl" "ndg-httpsclient" "pyasn1" "xmltodict" )
+pkgs=( "ansible" "ansible-core" "jenkins-job-builder>=6.4.3" "urllib3==1.26.1" "pyopenssl" "ndg-httpsclient" "pyasn1" "xmltodict" )
VENV=./.venv/bin
uv pip install "${pkgs[@]}"
# when jenkins-job-builder 6.5 or later is released, this requirement should change to
# jenkins-job-builder>=6.5
-pkgs=( "dataclasses" "git+https://opendev.org/jjb/jenkins-job-builder@60f0316389" )
+pkgs=( "dataclasses" "jenkins-job-builder>=6.4.3" )
TEMPVENV=$(create_venv_dir)
VENV=${TEMPVENV}/bin
install_python_packages $TEMPVENV "pkgs[@]" latest