[stable-2.15] ansible-test - Use FreeBSD packaged setuptools (#80615) (#80616)

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

(cherry picked from commit abc58c026b)
pull/80622/head
Matt Clay 3 years ago committed by GitHub
parent c6fc345fb0
commit 53fd504935
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.

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

Loading…
Cancel
Save