- remove requires on python-enum34, not needed by pytest-bdd

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-bdd?expand=0&rev=17
This commit is contained in:
2020-09-23 09:49:06 +00:00
committed by Git OBS Bridge
parent ff4c0a73d1
commit cb23dfddbf
2 changed files with 1 additions and 7 deletions

View File

@@ -48,13 +48,6 @@ BuildRequires: %{python_module parse}
BuildRequires: %{python_module pytest >= 4.3.0}
BuildRequires: %{python_module py}
BuildRequires: %{python_module six >= 1.9.0}
%if %{with python2}
BuildRequires: python-enum34
%endif
# /SECTION
%ifpython2
Requires: python-enum34
%endif
%python_subpackages
%description