Skip to content

Commit

Permalink
More launch_testing package.xml fixes.
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed Mar 13, 2019
1 parent cec56d4 commit 35551f6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions launch_testing/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,16 @@
<build_depend>ament_cmake</build_depend>
<build_depend>ament_cmake_python</build_depend>

<exec_depend>launch</exec_depend>
<exec_depend>ament_index_python</exec_depend>
<exec_depend>launch</exec_depend>

<test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend>
<test_depend>launch</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_cmake_pytest</test_depend>
<test_depend>ament_index_python</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>launch</test_depend>
<test_depend>python3-pytest</test_depend>
<test_depend>python_cmake_module</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit 35551f6

Please sign in to comment.