Skip to content

Commit

Permalink
Add in python3-dev build dependency. (#1863)
Browse files Browse the repository at this point in the history
We need this because we call find_package(Python3 Development) in our CMakeLists.txt here.

Signed-off-by: Chris Lalancette <[email protected]>
(cherry picked from commit ebd9ed0)
  • Loading branch information
clalancette authored and mergify[bot] committed Nov 22, 2024
1 parent 29c3e45 commit bfc29bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rosbag2_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<buildtool_depend>ament_cmake_python</buildtool_depend>
<buildtool_depend>python_cmake_module</buildtool_depend>

<build_depend>python3-dev</build_depend>

<depend>pybind11_vendor</depend>
<depend>rosbag2_compression</depend>
<depend>rosbag2_cpp</depend>
Expand Down

0 comments on commit bfc29bc

Please sign in to comment.