[stable-2.12] ansible-test - Use FreeBSD packaged setuptools (#80615) (#80619)

This will avoid issues during bootstrapping caused by breaking changes in setuptools.

(cherry picked from commit abc58c026b)
pull/80660/head
Matt Clay 3 years ago committed by GitHub
parent ccabbcfae0
commit bbeb0bfbaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
bugfixes:
- ansible-test - When bootstrapping remote FreeBSD instances, use the OS packaged ``setuptools`` instead of installing the latest version from PyPI.

@ -155,6 +155,7 @@ bootstrap_remote_freebsd()
packages="
python${python_package_version}
py${python_package_version}-setuptools
${virtualenv_pkg}
bash
curl

Loading…
Cancel
Save