From d72aa7d62fc53bc2a9d8eac382d5fb2486ee3f60 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Wed, 20 Feb 2019 15:27:24 -0500 Subject: [PATCH] Explicitly pull in Python 3 (cherry picked from commit 701a6cf1c297f65feb8f32b2e5f25c77b64e1e60) --- mono-core.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mono-core.spec b/mono-core.spec index 216eee1e63..222c7bd274 100644 --- a/mono-core.spec +++ b/mono-core.spec @@ -45,6 +45,9 @@ BuildRequires: cmake BuildRequires: gettext BuildRequires: fdupes BuildRequires: gcc-c++ +%if 0%{?rhel} >= 8 +BuildRequires: python36 +%endif %if 0%{?rhel} < 7 BuildRequires: devtoolset-2-toolchain %endif