From d97b00e19a6da5bd064fd5d00e492fb16acedf32 Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Apr 19 2021 11:18:31 +0000 Subject: BuildRequire setuptools explicitly See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools --- diff --git a/gfal2-python.spec b/gfal2-python.spec index b9297f0..04dfcfd 100644 --- a/gfal2-python.spec +++ b/gfal2-python.spec @@ -57,6 +57,7 @@ BuildRequires: epydoc # Python 3 %if 0%{?with_python3} BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: boost-python3-devel %endif