You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: patch/dependencies.yaml
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@ intra_process_demo:
35
35
# Depends on opencv with gui support, see https://github.com/ros2/demos/blob/8f361a1ece2daae54016959f3ea9ab2e7692ddbb/intra_process_demo/include/image_pipeline/image_view_node.hpp#L58
36
36
add_run: ["libopencv * *qt6*"]
37
37
rviz_ogre_vendor:
38
-
add_host: ["zlib", "freeimage", "freetype", "assimp", "zziplib", "pugixml", "${{ 'libglu' if linux }}"]
39
-
add_build: ["vcstool"]
38
+
add_host: ["zlib", "freeimage", "freetype", "assimp", "zziplib", "pugixml", "${{ 'libglu' if linux }}", "setuptools <81"]
39
+
add_build: ["vcstool", "setuptools <81"]
40
40
add_run: ["assimp"]
41
41
pcl_conversions:
42
42
add_host: ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}", "libboost-devel"]
@@ -171,9 +171,11 @@ velodyne_pointcloud:
171
171
add_host: ["libboost-devel"]
172
172
# TODO unvendor?!
173
173
uncrustify_vendor:
174
-
add_build: ["vcstool"]
174
+
add_build: ["vcstool", "setuptools <81"]
175
+
add_host: ["setuptools <81"]
175
176
mimick_vendor:
176
-
add_build: ["vcstool"]
177
+
add_build: ["vcstool", "setuptools <81"]
178
+
add_host: ["setuptools <81"]
177
179
gz_cmake_vendor:
178
180
# https://github.com/gazebo-release/gz_cmake_vendor/blob/jazzy/CMakeLists.txt#L6 for select the right major version
179
181
# (this is true for all gz-* vendor packages) or https://github.com/gazebo-tooling/gazebodistro/blob/master/collection-harmonic.yaml
@@ -260,3 +262,7 @@ livox_ros_driver2:
260
262
add_host: ["livox-sdk2"]
261
263
moveit2_tutorials:
262
264
add_host: ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}"]
265
+
openvdb_vendor:
266
+
add_host: ["openvdb"]
267
+
spatio_temporal_voxel_layer:
268
+
add_host: ["${{ 'libgl-devel' if linux }}", "${{ 'libopengl-devel' if linux }}"]
0 commit comments