Skip to content

Commit bcda576

Browse files
authored
Add in dependency on python3-dev. (#103)
We need this because we call find_package(Python3 Development) in our CMakeLists.txt here. Signed-off-by: Chris Lalancette <[email protected]>
1 parent e4978bc commit bcda576

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

point_cloud_transport_py/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<buildtool_depend>ament_cmake_ros</buildtool_depend>
1919
<buildtool_depend>ament_cmake_python</buildtool_depend>
2020

21+
<build_depend>python3-dev</build_depend>
22+
2123
<depend>point_cloud_transport</depend>
2224
<depend>pybind11_vendor</depend>
2325
<depend>pluginlib</depend>

0 commit comments

Comments
 (0)