Skip to content

Commit 98fa950

Browse files
committed
Add missing pydantic dep
Relates to #352 Signed-off-by: Evan Flynn <[email protected]>
1 parent 1bc321a commit 98fa950

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
<!-- Only required for MJPEG to RGB converison -->
3737
<depend>ffmpeg</depend>
3838

39+
<!-- Only required for the launch file -->
40+
<exec_depend>python3-pydantic</exec_depend>
41+
3942
<test_depend>ament_cmake_gtest</test_depend>
4043
<test_depend>ament_lint_auto</test_depend>
4144
<test_depend>ament_lint_common</test_depend>

0 commit comments

Comments
 (0)