From c08a210424ff2f164837288f97f54f3a7d139d692e4950b1b847e52362a2fa8b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 18 Mar 2022 17:03:39 +0000 Subject: [PATCH] Accepting request 962513 from home:pgajdos:python - python-mock is actually not needed for build OBS-URL: https://build.opensuse.org/request/show/962513 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8?expand=0&rev=78 --- python-flake8.changes | 5 +++++ python-flake8.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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}