Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>

<!-- BEGIN: Following 'exec_depend's are likely only needed in test in downstream,
so ideally "test_export_depend" (similar to 'build_export_depend') are reasonable.
With such a feature unexistent 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>
Comment thread
130s marked this conversation as resolved.
Comment thread
clalancette marked this conversation as resolved.
<exec_depend>ament_cmake_uncrustify</exec_depend>
<!-- END -->
Comment thread
130s marked this conversation as resolved.
Outdated
<exec_depend>ament_index_python</exec_depend>
<exec_depend>python3-numpy</exec_depend>
<exec_depend>rosidl_cli</exec_depend>
Expand Down