Skip to content

Commit

Permalink
ansible-test - Use FreeBSD packaged setuptools (ansible#80615)
Browse files Browse the repository at this point in the history
This will avoid issues during bootstrapping caused by breaking changes in setuptools.
  • Loading branch information
mattclay authored Apr 24, 2023
1 parent 989a7d6 commit abc58c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions test/lib/ansible_test/_util/target/setup/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abc58c0

Please sign in to comment.