15
0
forked from pool/python-distro

- 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:
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

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