From 653dca6441a95ad979e7b8f617d4404261bfc18f 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 --- python-fasteners.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-fasteners.spec b/python-fasteners.spec index 572c910..4d343dd 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -27,6 +27,7 @@ Summary: A python package that provides useful locks BuildRequires: python3-six BuildRequires: python3-devel +BuildRequires: python3-setuptools # tests %if %{with pytests} BuildRequires: python3-testtools