From f4e59462f8bd64c2a8c611334446d3506b20a8f5 Mon Sep 17 00:00:00 2001 From: daravi Date: Mon, 23 Aug 2021 15:52:41 +0430 Subject: [PATCH] Add AlmaLinux to with_yum (#9463) --- conans/client/tools/oss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conans/client/tools/oss.py b/conans/client/tools/oss.py index 6d979f7936a..599e8da449d 100644 --- a/conans/client/tools/oss.py +++ b/conans/client/tools/oss.py @@ -208,7 +208,7 @@ def with_apt(self): def with_yum(self): return self.is_linux and self.linux_distro in ("pidora", "fedora", "scientific", "centos", "redhat", "rhel", "xenserver", "amazon", - "oracle", "amzn") + "oracle", "amzn", "almalinux") @property def with_dnf(self):