Skip to content

Commit

Permalink
Add in python3-dev build dependency. (#1380)
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 authored Nov 26, 2024
1 parent e6b625e commit 510c1f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rclpy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<buildtool_depend>ament_cmake</buildtool_depend>

<build_depend>pybind11_vendor</build_depend>
<build_depend>python3-dev</build_depend>
<build_depend>rcpputils</build_depend>
<build_depend>rcutils</build_depend>
<build_depend>rmw_implementation_cmake</build_depend>
Expand Down

0 comments on commit 510c1f6

Please sign in to comment.