From 1951c0c9d88a6190c6ab37548c879a9abb7af8cf Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Apr 19 2021 11:18:32 +0000 Subject: BuildRequire setuptools explicitly See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools --- diff --git a/swid-tools.spec b/swid-tools.spec index ef3c588..f401ad3 100644 --- a/swid-tools.spec +++ b/swid-tools.spec @@ -10,6 +10,7 @@ URL: https://github.com/swidtags/rpm2swidtag Source0: https://github.com/swidtags/%{upstream_name}/releases/download/%{upstream_name}-%{version}/%{upstream_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel +BuildRequires: python3-setuptools # The following BuildRequires are only needed for check BuildRequires: python3 BuildRequires: python3-rpm