Skip to content

Commit

Permalink
Fixes from review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ndokos committed Jun 15, 2022
1 parent 201c612 commit 2e44e4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions agent/rpm/pbench-agent.spec.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Requires: ansible
%endif


%if 0%{?rhel} == 7
%if 0%{?rhel} == 7
Requires: python3, python3-pip
%endif

# this applies to CentOS-Stream-8 as well
# This condition will be true on a CentOS-Stream-8 system as well
%if 0%{?rhel} == 8
Requires: python36, python3-pip
# RPMs for modules in requirements.txt
Expand All @@ -32,7 +32,7 @@ Requires: python3-cffi, python3-click, python3-requests
Requires: python3-docutils, python3-psutil
%endif

# this applies to CentOS-Stream-9 as well
# This condition will be true on a CentOS-Stream-9 system as well
%if 0%{?rhel} == 9
Requires: python3-pip
# RPMs for modules in requirements.txt
Expand Down

0 comments on commit 2e44e4b

Please sign in to comment.