Skip to content

Commit

Permalink
Mark git as a test dependency
Browse files Browse the repository at this point in the history
Git is only needed to build the tests so it's more accurate to call
it a test dependency.
  • Loading branch information
ChrisThrasher committed May 18, 2023
1 parent 707b846 commit 73ca8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

<buildtool_depend>ament_cmake_ros</buildtool_depend>
<buildtool_depend>doxygen</buildtool_depend>
<buildtool_depend>git</buildtool_depend>

<depend>eigen</depend>
<depend>fmt</depend>
Expand All @@ -23,6 +22,7 @@
<depend>tl_expected</depend>

<test_depend>clang-tidy</test_depend>
<test_depend>git</test_depend>
<test_depend>range-v3</test_depend>

<export>
Expand Down

0 comments on commit 73ca8e1

Please sign in to comment.