Skip to content

Commit

Permalink
Add in dependency on python3-dev.
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]>
  • Loading branch information
clalancette committed Nov 22, 2024
1 parent e4978bc commit 09a7a1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions point_cloud_transport_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>

<build_depend>python3-dev</build_depend>

<depend>point_cloud_transport</depend>
<depend>pybind11_vendor</depend>
<depend>pluginlib</depend>
Expand Down

0 comments on commit 09a7a1d

Please sign in to comment.