From c30e548fd5d1ee871b8f46a07a5aa216cc44c31e Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Sat, 4 Sep 2021 21:06:05 -0400 Subject: [PATCH] try python3 deps in epel8 --- chromium.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium.spec b/chromium.spec index 00646b5..6a9a5ce 100644 --- a/chromium.spec +++ b/chromium.spec @@ -582,7 +582,7 @@ BuildRequires: python3-devel %if 0%{?bundlepylibs} # Using bundled bits, do nothing. %else -%if 0%{?fedora} +%if 0%{?fedora} || %{?rhel} >= 8 BuildRequires: python3-beautifulsoup4 # BuildRequires: python2-beautifulsoup BuildRequires: python3-html5lib