Skip to content

Commit

Permalink
Declare dependency on launch_{xml,yaml} in launch_testing
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard committed Jul 15, 2021
1 parent 32eb5d9 commit c857d1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions launch_testing/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

<exec_depend>ament_index_python</exec_depend>
<exec_depend>launch</exec_depend>
<!-- explicitly depend on the main launch frontends -->
<exec_depend>launch_xml</exec_depend>
<exec_depend>launch_yaml</exec_depend>
<exec_depend>osrf_pycommon</exec_depend>

<test_depend>ament_copyright</test_depend>
Expand Down

0 comments on commit c857d1b

Please sign in to comment.