Skip to content

Commit 510c1f6

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rclpy/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<buildtool_depend>ament_cmake</buildtool_depend>
1919

2020
<build_depend>pybind11_vendor</build_depend>
21+
<build_depend>python3-dev</build_depend>
2122
<build_depend>rcpputils</build_depend>
2223
<build_depend>rcutils</build_depend>
2324
<build_depend>rmw_implementation_cmake</build_depend>

0 commit comments

Comments
 (0)