Skip to content

Commit

Permalink
Add in python3-dev build dependency (#334)
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 22, 2024
1 parent f6e4ab6 commit ebd91a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image_transport_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<buildtool_depend>ament_cmake_python</buildtool_depend>

<build_depend>pybind11_vendor</build_depend>
<build_depend>python3-dev</build_depend>

<depend>image_transport</depend>
<depend>rclcpp</depend>
Expand Down

0 comments on commit ebd91a9

Please sign in to comment.