From 925c62c065d8384f237ec5c264915cd9919422c3 Mon Sep 17 00:00:00 2001 From: Jonny Heggheim Date: Nov 14 2022 21:42:36 +0000 Subject: Added missing BuildRequires for python3-setuptools Fixes rhbz#2142044 --- diff --git a/python-allpairspy.spec b/python-allpairspy.spec index 2df2cf3..c3a70f5 100644 --- a/python-allpairspy.spec +++ b/python-allpairspy.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.5.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Pairwise test combinations generator License: MIT @@ -22,6 +22,7 @@ Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-six BuildRequires: python3-pytest +BuildRequires: python3-setuptools %description -n python3-%{srcname} %{summary}. @@ -50,6 +51,10 @@ install -m 644 %{SOURCE1} . %{python3_sitelib}/%{srcname}/ %changelog +* Mon Nov 14 2022 Jonny Heggheim - 2.5.0-7 +- Added missing BuildRequires for python3-setuptools + Fixes rhbz#2142044 + * Fri Jul 22 2022 Fedora Release Engineering - 2.5.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild