- Drop useless BuildRequires of python-flake8 and python-pytest-cov

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=15
This commit is contained in:
Thomas Bechtold 2019-02-06 17:35:00 +00:00 committed by Git OBS Bridge
parent 9689d35fcd
commit 36979366d7
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 6 17:33:38 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- Drop useless BuildRequires of python-flake8 and python-pytest-cov
-------------------------------------------------------------------
Tue Feb 5 11:48:38 CET 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -33,8 +33,6 @@ BuildRequires: python-rpm-macros
BuildArch: noarch
# SECTION test
%if %{with test}
BuildRequires: %{python_module flake8}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
%endif