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)

Signed-off-by: Isaac Saito <130s@2000.jukuin.keio.ac.jp>
  • Loading branch information
130s committed Jul 14, 2023
1 parent f1451cf commit 5b36dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rosidl_generator_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<buildtool_export_depend>rosidl_typesupport_c</buildtool_export_depend>
<buildtool_export_depend>rosidl_typesupport_interface</buildtool_export_depend>

<exec_depend>ament_cmake_flake8</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 5b36dd0

Please sign in to comment.