From 1e5d4e70420532f906721e0c25de362525b9e415 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 --- mod_wsgi.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mod_wsgi.spec b/mod_wsgi.spec index b8bc01f..1527fa9 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -68,6 +68,7 @@ Obsoletes: mod_wsgi < %{version}-%{release} Summary: %summary Requires: httpd-mmn = %{_httpd_mmn} BuildRequires: python3-devel, python3-sphinx, python3-sphinx_rtd_theme +BuildRequires: python3-setuptools %if 0%{?with_python2} == 0 Provides: mod_wsgi = %{version}-%{release} Provides: mod_wsgi%{?_isa} = %{version}-%{release}