It probably shouldn't have been pinned to a specific version
anyway, but because it had custom import code, it broke with
the Python in noble (3.13 I think). Removing the pin gets
a version without the problem (I think the custom import
code went away altogether).
Signed-off-by: Dan Mick <dan.mick@redhat.com>
PATH=$PATH:$HOME/.local/bin
uv venv
-pkgs=( "ansible" "ansible-core" "jenkins-job-builder>=6.4.3" "urllib3==1.26.1" "pyopenssl" "ndg-httpsclient" "pyasn1" "xmltodict" )
+pkgs=( "ansible" "ansible-core" "jenkins-job-builder>=6.4.3" "urllib3" "pyopenssl" "ndg-httpsclient" "pyasn1" "xmltodict" )
VENV=./.venv/bin
uv pip install "${pkgs[@]}"