From cb23dfddbf812bd6ce82657d632ddcbd43ad3b3400e4d1519dcc4a308989be95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 23 Sep 2020 09:49:06 +0000 Subject: [PATCH] - 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 --- python-pytest-bdd.changes | 1 + python-pytest-bdd.spec | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) 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