From 54c01905c19932503b2f9a54b61859b13ff3ff9bba3d4fa38aa81906aa479b18 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 21 Mar 2022 10:32:17 +0000 Subject: [PATCH] Accepting request 963539 from home:pgajdos:python - python-mock and python-nose2 are actually not needed for build OBS-URL: https://build.opensuse.org/request/show/963539 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flatdict?expand=0&rev=8 --- python-flatdict.changes | 5 +++++ python-flatdict.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-flatdict.changes b/python-flatdict.changes index 9a832cd..e3ee167 100644 --- a/python-flatdict.changes +++ b/python-flatdict.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 21 09:46:04 UTC 2022 - pgajdos@suse.com + +- python-mock and python-nose2 are actually not needed for build + ------------------------------------------------------------------- Sun Aug 16 13:18:49 UTC 2020 - John Vandenberg diff --git a/python-flatdict.spec b/python-flatdict.spec index ac712a4..de6aeef 100644 --- a/python-flatdict.spec +++ b/python-flatdict.spec @@ -1,7 +1,7 @@ # # spec file for package python-flatdict # -# Copyright (c) 2020 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 @@ -25,8 +25,6 @@ Summary: Python module for interacting with nested dicts License: BSD-3-Clause URL: https://github.com/gmr/flatdict Source: https://github.com/gmr/flatdict/archive/%{version}.tar.gz#/flatdict-%{version}.tar.gz -BuildRequires: %{python_module mock} -BuildRequires: %{python_module nose2} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes