From 1827b7701d81ff347027e7ac3a46daab3565f974 Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Mon, 19 Apr 2021 13:18:32 +0200 Subject: [PATCH] BuildRequire setuptools explicitly See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools --- pyxdg.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pyxdg.spec b/pyxdg.spec index 6933281..a425f33 100644 --- a/pyxdg.spec +++ b/pyxdg.spec @@ -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