From a448d76b23ebeafcb574f0973a3f6aee07c35a86 Mon Sep 17 00:00:00 2001
From: Mihai Patrascoiu <mihai.patrascoiu@cern.ch>
Date: Mon, 25 Jul 2022 11:31:32 +0300
Subject: [PATCH] Remove "python2" package installation on platforms with "dnf"
 package manager

---
 ci/fedora-packages.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/fedora-packages.sh b/ci/fedora-packages.sh
index ce97769..13a327d 100755
--- a/ci/fedora-packages.sh
+++ b/ci/fedora-packages.sh
@@ -2,7 +2,7 @@
 set -e
 
 if [[ -f /usr/bin/dnf ]]; then
-  dnf install -y dnf-plugins-core git rpm-build which tree python2 \
+  dnf install -y dnf-plugins-core git rpm-build which tree \
                  cmake make gcc gcc-c++
 else
   yum install -y epel-rpm-macros
-- 
GitLab