Skip to content

Commit 2035ccf

Browse files
ndokosportante
authored andcommitted
b0.71 backport: Delete the spurious pbench3-devel RPM dependency
Fixes #2798 This is a backport of #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. Clean up the unnecessary gcc dependency as well.
1 parent b9a001e commit 2035ccf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

agent/rpm/pbench-agent.spec.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ Requires: ansible-core
1616

1717
%if 0%{?rhel} == 7
1818
Requires: python3, python3-pip
19-
# For RHEL boxen we need the python development environment in order for the
20-
# pip3 installs for some modules to be successful.
21-
Requires: gcc python3-devel
2219
%endif
2320

2421
%if 0%{?rhel} == 8

0 commit comments

Comments
 (0)