From 77314bbb97ff3435207d139867980e54851f940254899d9874a5e782e2cd5bbd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 24 Mar 2022 12:33:15 +0000 Subject: [PATCH] Accepting request 964628 from home:pgajdos:python - python-mock is not required for build OBS-URL: https://build.opensuse.org/request/show/964628 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutmut?expand=0&rev=11 --- python-mutmut.changes | 5 +++++ python-mutmut.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-mutmut.changes b/python-mutmut.changes index 1988a2c..46fdf53 100644 --- a/python-mutmut.changes +++ b/python-mutmut.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 24 10:46:05 UTC 2022 - pgajdos@suse.com + +- python-mock is not required for build + ------------------------------------------------------------------- Tue Feb 2 13:29:40 UTC 2021 - Dirk Müller diff --git a/python-mutmut.spec b/python-mutmut.spec index ba1bb72..a4b102e 100644 --- a/python-mutmut.spec +++ b/python-mutmut.spec @@ -1,7 +1,7 @@ # # spec file for package python-mutmut # -# 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 @@ -41,7 +41,7 @@ Requires: python-pony Requires: python-setuptools Requires: python-tri.declarative >= 3.0.0 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Recommends: python-coverage Recommends: python-pytest Suggests: python-pytest-cov @@ -52,7 +52,6 @@ BuildRequires: %{python_module coverage} BuildRequires: %{python_module glob2} BuildRequires: %{python_module hammett} BuildRequires: %{python_module junit-xml >= 1.8} -BuildRequires: %{python_module mock >= 2.0.0} BuildRequires: %{python_module parso} BuildRequires: %{python_module pony} BuildRequires: %{python_module pytest >= 2.8.7}