Skip to content

Commit

Permalink
Pin setuptools to 59.6.0. (#43)
Browse files Browse the repository at this point in the history
This matches what is in Ubuntu Jammy, and also works around
an issue with newer setuptools and Windows Debug.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Apr 25, 2022
1 parent b60195a commit 2019c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/ros2_windows/recipes/pip_installs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#
execute 'pip_update' do
command lazy {
"#{node.run_state[:python_dir]}\\python.exe -m pip install -U pip setuptools"
"#{node.run_state[:python_dir]}\\python.exe -m pip install -U pip setuptools==59.6.0"
}
end

Expand Down

0 comments on commit 2019c09

Please sign in to comment.