From b20b819cf20342f7b35544a8299ddb9309a6b387 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 29 Mar 2021 08:10:44 +0100 Subject: [PATCH] Remove unnecessary python3-mock BuildRequires --- python-mako.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-mako.spec b/python-mako.spec index 6d71580..6fd807e 100644 --- a/python-mako.spec +++ b/python-mako.spec @@ -1,6 +1,6 @@ Name: python-mako Version: 1.1.4 -Release: 2%{?dist} +Release: 3%{?dist} BuildArch: noarch # Mostly MIT, but _ast_util.py is Python licensed. @@ -14,7 +14,6 @@ BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-setuptools BuildRequires: python3-markupsafe -BuildRequires: python3-mock %global _description\ Mako is a template library written in Python. It provides a familiar, non-XML\ @@ -90,6 +89,9 @@ pytest-3 %changelog +* Mon Mar 29 2021 David King - 1.1.4-3 +- Remove unnecessary python3-mock BuildRequires + * Wed Jan 27 2021 Fedora Release Engineering - 1.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild