From e3f158b531916a874f9ba568ae24bfa48597c62d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 21 Nov 2023 11:54:03 +0100 Subject: [PATCH] BuilRequire sed instead of grep Both are pulled in automatically, but only one of them is used in the spec. --- python-psutil.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-psutil.spec b/python-psutil.spec index 95d49d0..3cd9f21 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -23,7 +23,7 @@ Patch: python-psutil-test-sum-floats-via-almost-equal.patch Patch: python-psutil-include-unistd.h.patch BuildRequires: gcc -BuildRequires: grep +BuildRequires: sed BuildRequires: make BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools