Skip to content

Commit

Permalink
Merge pull request #360 from ros-drivers/add-missing-pydantic-dep
Browse files Browse the repository at this point in the history
Add missing pydantic dep
  • Loading branch information
flynneva authored Feb 8, 2025
2 parents 1bc321a + 98fa950 commit 614c8e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<!-- Only required for MJPEG to RGB converison -->
<depend>ffmpeg</depend>

<!-- Only required for the launch file -->
<exec_depend>python3-pydantic</exec_depend>

<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down

0 comments on commit 614c8e3

Please sign in to comment.