From f0d96dcff756a1072c352694a0e6dce39e0052cd Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 7 Jul 2020 15:28:35 +0000 Subject: [PATCH] Minor conditional tweak for ELN Signed-off-by: Troy Dawson tdawson@redhat.com --- python-psutil.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-psutil.spec b/python-psutil.spec index 841e81b..c7ecd76 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -25,7 +25,7 @@ BuildRequires: procps-ng BuildRequires: python%{python3_pkgversion}-mock BuildRequires: python%{python3_pkgversion}-setuptools -%if 0%{?fedora} < 32 +%if 0%{?fedora} < 32 && 0%{?rhel} < 9 BuildRequires: python2-mock BuildRequires: python2-devel BuildRequires: python2-ipaddress