diff --git a/python-flake8.changes b/python-flake8.changes index 5348bf0..3ffb9b1 100644 --- a/python-flake8.changes +++ b/python-flake8.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 17 16:09:27 UTC 2022 - pgajdos@suse.com + +- python-mock is actually not needed for build + ------------------------------------------------------------------- Sun Nov 14 12:10:58 UTC 2021 - Martin Liška diff --git a/python-flake8.spec b/python-flake8.spec index 88efec3..77c3d0e 100644 --- a/python-flake8.spec +++ b/python-flake8.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8 # -# 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,6 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module importlib-metadata} BuildRequires: %{python_module mccabe >= 0.6.0} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pycodestyle >= 2.8.0} BuildRequires: %{python_module pyflakes >= 2.4.0} BuildRequires: %{python_module pytest}