BuildRequire setuptools explicitly

See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools
This commit is contained in:
Tomas Hrnciar 2021-04-19 13:18:31 +02:00 committed by Miro Hrončok
parent bfee72badc
commit 1e5d4e7042

View File

@ -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}