From 44d683920ac723ba9575d3eabe21746b85d7b242 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Mon, 22 Jul 2024 15:29:26 -0500 Subject: [PATCH] Add catch2 rule for RHEL 9 --- rosdep/base.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rosdep/base.yaml b/rosdep/base.yaml index 599e88a0e6827..6a3d8d2872c6d 100644 --- a/rosdep/base.yaml +++ b/rosdep/base.yaml @@ -473,6 +473,9 @@ catch2: freebsd: [catch2] gentoo: [dev-cpp/catch] nixos: [catch2] + rhel: + '*': [catch2-devel] + '8': null ubuntu: '*': [catch2] focal: null