From 129e481e47638090e5fc3a3be2a0432931c2e638 Mon Sep 17 00:00:00 2001 From: Luna Date: Wed, 6 Mar 2024 16:52:03 +0530 Subject: [PATCH] don't try and install pytest requirements on suse for now --- tools/cockpit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cockpit.spec b/tools/cockpit.spec index 2045e660dcea..51d6ad2b60a7 100644 --- a/tools/cockpit.spec +++ b/tools/cockpit.spec @@ -138,7 +138,7 @@ Requires: subscription-manager-cockpit BuildRequires: python3-devel BuildRequires: python3-pip -%if 0%{?rhel} == 0 +%if 0%{?rhel} == 0 && !0%{?suse_version} # All of these are only required for running pytest (which we only do on Fedora) BuildRequires: procps-ng BuildRequires: pyproject-rpm-macros