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
This commit is contained in:
Matej Cepl 2022-03-18 17:03:39 +00:00 committed by Git OBS Bridge
parent b42fbe98b9
commit c08a210424
2 changed files with 6 additions and 2 deletions

View File

@ -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 <mliska@suse.cz>

View File

@ -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}