Skip to content

Commit

Permalink
Add humble support to the Windows cookbooks. (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Apr 26, 2022
1 parent 2019c09 commit de9d4cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cookbooks/ros2_windows/recipes/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"eloquent" => "1_0_2u",
"foxy" => "1_1_1L",
"galactic" => "1_1_1L",
"humble" => "1_1_1L",
"rolling" => "1_1_1L",
}.freeze

Expand Down
1 change: 1 addition & 0 deletions cookbooks/ros2_windows/recipes/pip_installs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
ros2doctor_network_dependency = {
"foxy" => "ifcfg",
"galactic" => "ifcfg",
"humble" => "psutil",
"rolling" => "psutil",
}.freeze

Expand Down
1 change: 1 addition & 0 deletions cookbooks/ros2_windows/recipes/python.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"eloquent" => "3.7.6",
"foxy" => "3.8.3",
"galactic" => "3.8.3",
"humble" => "3.8.3",
"rolling" => "3.8.3",
}.freeze

Expand Down

0 comments on commit de9d4cc

Please sign in to comment.