Skip to content

Commit

Permalink
Fix package dependencies (#51)
Browse files Browse the repository at this point in the history
Depend on sqlite3_vendor, but not SQLite3 and libsqlite3-dev.
  • Loading branch information
rhaschke authored Sep 2, 2024
1 parent 3326e66 commit 8479f43
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<build_depend>sqlite3_vendor</build_depend>
<build_depend>boost</build_depend>
<build_depend>libsqlite3-dev</build_depend>

<depend>warehouse_ros</depend>
<depend>class_loader</depend>
<depend>rclcpp</depend>

<exec_depend>sqlite3</exec_depend>
<depend>sqlite3_vendor</depend>

<test_depend>ament_cmake_copyright</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
Expand Down

0 comments on commit 8479f43

Please sign in to comment.