Skip to content

Commit

Permalink
Add missing pydantic dep
Browse files Browse the repository at this point in the history
Relates to #352

Signed-off-by: Evan Flynn <[email protected]>
  • Loading branch information
flynneva committed Feb 8, 2025
1 parent 1bc321a commit 98fa950
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 98fa950

Please sign in to comment.