Skip to content

Commit

Permalink
fix(autoware_pyplot): fix missing python3-dev dependency (#9461)
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve authored Nov 25, 2024
1 parent 9769a9e commit b075d50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/autoware_pyplot/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<buildtool_depend>autoware_cmake</buildtool_depend>

<depend>pybind11-dev</depend>
<depend>python3-dev</depend>

<test_depend>ament_cmake_ros</test_depend>
<test_depend>ament_lint_auto</test_depend>
Expand Down

0 comments on commit b075d50

Please sign in to comment.