Skip to content

Commit

Permalink
b0.71 backport: Delete the spurious pbench3-devel RPM dependency
Browse files Browse the repository at this point in the history
Fixes distributed-system-analysis#2798

This is a backport of distributed-system-analysis#2799 to b0.71.

AFAICT, the python3-devel dependency (which only exists for RHEL7) is
spurious and in fact harmful: there seems to be no python3-devel
package for RHEL7.9, so installation fails with an unsatisfied
dependency, whereas an RPM built without it installs without
problems.
  • Loading branch information
ndokos committed Apr 29, 2022
1 parent d5e7e2f commit c2b3f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/rpm/pbench-agent.spec.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Requires: ansible-core
Requires: python3, python3-pip
# For RHEL boxen we need the python development environment in order for the
# pip3 installs for some modules to be successful.
Requires: gcc python3-devel
Requires: gcc
%endif

%if 0%{?rhel} == 8
Expand Down

0 comments on commit c2b3f67

Please sign in to comment.