ansible-test - Use FreeBSD packaged setuptools (#80615)

This will avoid issues during bootstrapping caused by breaking changes in setuptools.
This commit is contained in:
Matt Clay
2023-04-24 12:13:59 -07:00
committed by GitHub
parent 989a7d6951
commit abc58c026b
2 changed files with 3 additions and 0 deletions
@@ -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="
python${python_package_version}
py${python_package_version}-sqlite3
py${python_package_version}-setuptools
bash
curl
gtar