Skip to content

Commit 8479f43

Browse files
authored
Fix package dependencies (#51)
Depend on sqlite3_vendor, but not SQLite3 and libsqlite3-dev.
1 parent 3326e66 commit 8479f43

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

package.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@
1212

1313
<buildtool_depend>ament_cmake</buildtool_depend>
1414

15-
<build_depend>sqlite3_vendor</build_depend>
1615
<build_depend>boost</build_depend>
17-
<build_depend>libsqlite3-dev</build_depend>
1816

1917
<depend>warehouse_ros</depend>
2018
<depend>class_loader</depend>
2119
<depend>rclcpp</depend>
22-
23-
<exec_depend>sqlite3</exec_depend>
20+
<depend>sqlite3_vendor</depend>
2421

2522
<test_depend>ament_cmake_copyright</test_depend>
2623
<test_depend>ament_cmake_gtest</test_depend>

0 commit comments

Comments
 (0)