mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
ansible-test - Use FreeBSD packaged setuptools (#80615)
This will avoid issues during bootstrapping caused by breaking changes in setuptools.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user