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:32 +02:00 committed by Miro Hrončok
parent 1d002cfce9
commit 1827b7701d
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ PyXDG is a python library to access freedesktop.org standards.
%package -n python%{python3_pkgversion}-pyxdg
Summary: Python3 library to access freedesktop.org standards
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-setuptools
%if %{with check}
# These are needed for the nose tests.
BuildRequires: python%{python3_pkgversion}-nose