From 84603deebd6ae3b827e770459dadf9014c81a035 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Mon, 5 Oct 2020 13:27:30 +0200 Subject: [PATCH] Add explicit python3-setuptools BR --- python-mutagen.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-mutagen.spec b/python-mutagen.spec index 63be93a..6602475 100644 --- a/python-mutagen.spec +++ b/python-mutagen.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 1.45.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mutagen is a Python module to handle audio meta-data License: GPLv2+ @@ -29,6 +29,7 @@ Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-hypothesis BuildRequires: python3-pytest +BuildRequires: python3-setuptools BuildRequires: python3-sphinx_rtd_theme Obsoletes: python2-mutagen < 1.42.0-10 @@ -81,6 +82,9 @@ rm -rv tests/quality/ %doc docs/_build/* %changelog +* Mon Oct 05 2020 Michele Baldessari - 1.45.1-2 +- Add explicit python3-setuptools BR + * Mon Aug 03 2020 Michele Baldessari - 1.45.1-1 - New upstream