Skip to content

Commit

Permalink
Fix: Missing dependency that causes cmake error in downstream (resolves
Browse files Browse the repository at this point in the history
#198) (#199)

* Fix: Missing dependency that causes cmake error in downstream (resolves #198)

Signed-off-by: Isaac Saito <[email protected]>
Co-authored-by: Chris Lalancette <[email protected]>
  • Loading branch information
130s and clalancette authored Aug 4, 2023
1 parent f1451cf commit 0945b61
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions rosidl_generator_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
<buildtool_export_depend>rosidl_typesupport_c</buildtool_export_depend>
<buildtool_export_depend>rosidl_typesupport_interface</buildtool_export_depend>

<!-- TODO: The following 'exec_depend's are only needed in downstream tests,
so ideally a 'test_export_depend' (similar to 'build_export_depend') would be used.
Since that feature doesn't exist yet, they are 'exec_depend'-ed.
See https://github.com/ros2/rosidl_python/pull/199 -->
<exec_depend>ament_cmake_cppcheck</exec_depend>
<exec_depend>ament_cmake_cpplint</exec_depend>
<exec_depend>ament_cmake_flake8</exec_depend>
<exec_depend>ament_cmake_pep257</exec_depend>
<exec_depend>ament_cmake_uncrustify</exec_depend>

<exec_depend>ament_index_python</exec_depend>
<exec_depend>python3-numpy</exec_depend>
<exec_depend>rosidl_cli</exec_depend>
Expand Down

0 comments on commit 0945b61

Please sign in to comment.