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