From 6fbfdda9cc26e9fb04fb37daa07f13e268cb591c 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 --- python-soupsieve.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-soupsieve.spec b/python-soupsieve.spec index 33ee1f8..e878cc6 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -12,6 +12,7 @@ Source0: https://github.com/facelessuser/soupsieve/archive/%{version}/%{n BuildArch: noarch BuildRequires: python3-devel +BuildRequires: python3dist(setuptools) %if %{with tests} BuildRequires: python3-pytest BuildRequires: python3dist(lxml)