From 2035ccf1f3965c5f5d4daf8b384ae1aa811a3f3d Mon Sep 17 00:00:00 2001 From: Nick Dokos Date: Thu, 28 Apr 2022 13:30:23 -0400 Subject: [PATCH] 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. --- agent/rpm/pbench-agent.spec.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/agent/rpm/pbench-agent.spec.j2 b/agent/rpm/pbench-agent.spec.j2 index 5174c4e846..eaaf1de0e7 100644 --- a/agent/rpm/pbench-agent.spec.j2 +++ b/agent/rpm/pbench-agent.spec.j2 @@ -16,9 +16,6 @@ Requires: ansible-core %if 0%{?rhel} == 7 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 %endif %if 0%{?rhel} == 8