From 33d53c5e2cd1cf11594c8a6670c127b1385b04a5 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 29 Nov 2021 21:21:17 -0500 Subject: Fix BRs for RHEL7 --- isoquery.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/isoquery.spec b/isoquery.spec index e2c1dd4..23f3e90 100644 --- a/isoquery.spec +++ b/isoquery.spec @@ -13,7 +13,11 @@ BuildRequires: glib2-devel BuildRequires: json-glib-devel BuildRequires: make BuildRequires: po4a +%if 0%{?rhel} == 7 +BuildRequires: python-docutils +%else BuildRequires: python3-docutils +%endif Requires: iso-codes %description -- cgit