Skip to content

Commit

Permalink
don't try and install pytest requirements on suse for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Mar 6, 2024
1 parent 58ff0ef commit 129e481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cockpit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 129e481

Please sign in to comment.