From 361c290eeb9363955a87baa9a8ef0f7d736d7cbb Mon Sep 17 00:00:00 2001 From: Jan ONDREJ (SAL) Date: Oct 07 2020 06:05:13 +0000 Subject: BuildRequire setuptools explicitly --- diff --git a/python-sieve.spec b/python-sieve.spec index 02faea1..4f1fadc 100644 --- a/python-sieve.spec +++ b/python-sieve.spec @@ -2,7 +2,7 @@ Name: python-sieve Version: 0.1.9 -Release: 19%{?dist} +Release: 20%{?dist} Summary: XML Comparison Utils License: MIT @@ -13,6 +13,7 @@ BuildArch: noarch BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: python3-six BuildRequires: python3-lxml BuildRequires: python3-markupsafe @@ -98,6 +99,9 @@ rm -rf %{modname}.egg-info %changelog +* Wed Oct 07 2020 Ján ONDREJ (SAL) - 0.1.9-20 +- BuildRequire setuptools explicitly + * Wed Jul 29 2020 Fedora Release Engineering - 0.1.9-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild