From 237de06d25fccdb6f34af1a409d8ac894a174fab22a4cb1e9a47ede07fad406f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 24 Mar 2022 12:32:12 +0000 Subject: [PATCH] Accepting request 964538 from home:pgajdos:python - python-mock is not required for build OBS-URL: https://build.opensuse.org/request/show/964538 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=86 --- python-Mako.changes | 5 +++++ python-Mako.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-Mako.changes b/python-Mako.changes index f4ca5ea..6038991 100644 --- a/python-Mako.changes +++ b/python-Mako.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 24 09:22:40 UTC 2022 - pgajdos@suse.com + +- python-mock is not required for build + ------------------------------------------------------------------- Mon Dec 6 09:47:44 UTC 2021 - Dirk Müller diff --git a/python-Mako.spec b/python-Mako.spec index 8535406..fd7dc98 100644 --- a/python-Mako.spec +++ b/python-Mako.spec @@ -1,7 +1,7 @@ # # spec file for package python-Mako # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,6 @@ Group: Development/Languages/Python URL: https://www.makotemplates.org/ Source: https://files.pythonhosted.org/packages/source/M/Mako/Mako-%{version}.tar.gz BuildRequires: %{python_module MarkupSafe >= 0.9.2} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pbr} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}