From e16d2dc492ba59db1774aae16137b0e1830faa2e 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-webencodings.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-webencodings.spec b/python-webencodings.spec index 464489d..b9de915 100644 --- a/python-webencodings.spec +++ b/python-webencodings.spec @@ -13,6 +13,7 @@ URL: https://github.com/gsnedders/python-%{srcname} Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: python3-pytest BuildRequires: python3-sphinx