Skip to content

Commit

Permalink
Add explicit git dependency from ament_cmake_vendor_package (#554)
Browse files Browse the repository at this point in the history
The vcstool package can be used with multiple package managers, not just
git. Best to be explicit about which of those package managers we want
to use.

Signed-off-by: Scott K Logan <logans@cottsay.net>
  • Loading branch information
cottsay authored Nov 1, 2024
1 parent 818562a commit 032dc51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ament_cmake_vendor_package/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

<buildtool_export_depend>ament_cmake_export_dependencies</buildtool_export_depend>
<buildtool_export_depend>ament_cmake_core</buildtool_export_depend>
<buildtool_export_depend>git</buildtool_export_depend>
<buildtool_export_depend>python3-vcstool</buildtool_export_depend>

<test_depend>ament_cmake_test</test_depend>
Expand Down

0 comments on commit 032dc51

Please sign in to comment.