From 9d70e9040b8c11ca85a8b3e0285aed7ee2eb38ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 31 Jul 2023 09:24:32 +0200 Subject: [PATCH] Comment out unused build dependency I committed this not as a comment by mistake. There seems to be no provision to not use the bundled copy. The comment shall serve as a reminder. [skip changelog] --- mpich.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpich.spec b/mpich.spec index c4e62d9..b0269f0 100644 --- a/mpich.spec +++ b/mpich.spec @@ -30,7 +30,7 @@ BuildRequires: hwloc-devel >= 2.0 %if ! (0%{?rhel} >= 10) %ifarch x86_64 BuildRequires: infinipath-psm-devel -BuildRequires: json-c-devel +# BuildRequires: json-c-devel BuildRequires: libpsm2-devel %endif %endif