From 7b1497ce3e9b6820b67ed118db15b4859e77c843 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Wed, 16 Jun 2021 19:14:46 -0700 Subject: [PATCH] Fix spirv-tools rules for RHEL (#29931) It isn't clear from the Ubuntu package name, but 'spirv-tools' contains development resources like unversioned SO libraries, headers, and CMake modules. This change aligns the RHEL rule to include the additional packages which provide those resources. --- rosdep/base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rosdep/base.yaml b/rosdep/base.yaml index b15b321b4eb7c..89e896db95432 100644 --- a/rosdep/base.yaml +++ b/rosdep/base.yaml @@ -7060,7 +7060,7 @@ spirv-tools: debian: [spirv-tools] fedora: [spirv-tools, spirv-tools-devel, spirv-tools-libs] gentoo: [dev-util/spirv-tools] - rhel: [spirv-tools] + rhel: [spirv-tools, spirv-tools-devel, spirv-tools-libs] ubuntu: '*': [spirv-tools] bionic: null