diff --git a/python-pytest-bdd.changes b/python-pytest-bdd.changes index 051f86f..9457677 100644 --- a/python-pytest-bdd.changes +++ b/python-pytest-bdd.changes @@ -2,6 +2,7 @@ Wed Sep 23 09:31:18 UTC 2020 - Ondřej Súkup - update to 4.0.1 +- remove requires on python-enum34, not needed by pytest-bdd * Fixed performance regression introduced in 4.0.0 where collection time of tests would take way longer than before * Strict Gherkin option is removed (@scenario() does not accept diff --git a/python-pytest-bdd.spec b/python-pytest-bdd.spec index 8bd83fa..e09100c 100644 --- a/python-pytest-bdd.spec +++ b/python-pytest-bdd.spec @@ -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