From f0c5cbf54f48d52e7b8c926f57bb775545b96a22 Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Apr 19 2021 11:18:31 +0000 Subject: BuildRequire setuptools explicitly See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools --- diff --git a/python-editorconfig.spec b/python-editorconfig.spec index a9e9f04..6fcb6b2 100644 --- a/python-editorconfig.spec +++ b/python-editorconfig.spec @@ -14,6 +14,7 @@ BuildArch: noarch BuildRequires: make BuildRequires: python3-sphinx BuildRequires: python3-devel +BuildRequires: python3-setuptools %description EditorConfig Python Core provides the same functionality as the EditorConfig C