Skip to content

Commit

Permalink
Fix dependencies (#46)
Browse files Browse the repository at this point in the history
python-yaml is not compatible with ubuntu jammy
ament_python_pytest does not exists
  • Loading branch information
KmakD committed May 13, 2024
1 parent cdd86f0 commit 2f4ca32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<depend condition="($HUSARION_ROS_BUILD_TYPE == simulation)">nav2_common</depend>

<test_depend>ament_index_python</test_depend>
<test_depend>ament_python_pytest</test_depend>
<test_depend>python-yaml</test_depend>
<test_depend>ament_cmake_pytest</test_depend>
<test_depend>python3-yaml</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit 2f4ca32

Please sign in to comment.