From 6c6288962a3c0063a0e987e9b3427a6793f507fc Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Mon, 19 Apr 2021 13:18:31 +0200 Subject: [PATCH] BuildRequire setuptools explicitly See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools --- openbabel.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/openbabel.spec b/openbabel.spec index 6cebaeb..394a6c5 100644 --- a/openbabel.spec +++ b/openbabel.spec @@ -121,6 +121,7 @@ Perl wrapper for the Open Babel library. Summary: Python wrapper for the Open Babel library Requires: %{name}-libs%{?_isa} = %{version}-%{release} BuildRequires: python3-devel +BuildRequires: python3-setuptools %{?python_provide:%python_provide python3-%{name}} Obsoletes: python2-%{name} < 2.4.1-21