From 5aab8f0d8c03c5549bbcfa44ea5039ee6f45e8d7 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 --- salt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/salt.spec b/salt.spec index ee9bd42..953bfeb 100644 --- a/salt.spec +++ b/salt.spec @@ -64,6 +64,7 @@ Requires(postun): systemd-units BuildRequires: systemd-units BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-requests BuildRequires: python%{python3_pkgversion}-mock BuildRequires: python%{python3_pkgversion}-libcloud