Skip to content

Commit

Permalink
add missing python dependency
Browse files Browse the repository at this point in the history
this is implicitly pulled-in through the test depends on rosunit,
but fails with ros-infrastructure/bloom#649
which disables test dependencies.
  • Loading branch information
v4hn committed Oct 11, 2024
1 parent 725a5e2 commit 164a2ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utilities/roslz4/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@

<buildtool_depend>catkin</buildtool_depend>


<build_depend>lz4</build_depend>
<build_depend>python3</build_depend>
<build_depend>cpp_common</build_depend>

<run_depend>lz4</run_depend>
<run_depend>python3</run_depend>

<test_depend>rosunit</test_depend>
</package>

0 comments on commit 164a2ac

Please sign in to comment.