Skip to content

Commit

Permalink
Fix: Workaround an issue that is potentially in an upstream (filed at r…
Browse files Browse the repository at this point in the history
  • Loading branch information
130s committed Jul 14, 2023
1 parent 956a0fb commit 696a91a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions smach_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_cppcheck</buildtool_depend>
<!-- ament_cmake_{flake8, pep257} are added to workaround https://github.com/ros2/rosidl_python/issues/198 -->
<buildtool_depend>ament_cmake_flake8</buildtool_depend>
<buildtool_depend>ament_cmake_pep257</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>

<build_depend>builtin_interfaces</build_depend>
Expand Down

0 comments on commit 696a91a

Please sign in to comment.