From f80b95038b71a8566d40ceee2122e7a771cbd65c86dbd451985d73c9a232a7e1 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 8 Sep 2021 06:54:37 +0000 Subject: [PATCH] - Drop unnecessary BuildRequires on nose. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-behave?expand=0&rev=7 --- python-behave.changes | 5 +++++ python-behave.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-behave.changes b/python-behave.changes index 2ff8469..f28b583 100644 --- a/python-behave.changes +++ b/python-behave.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 8 06:52:58 UTC 2021 - Steve Kowalik + +- Drop unnecessary BuildRequires on nose. + ------------------------------------------------------------------- Wed May 27 09:36:27 UTC 2020 - Petr Gajdos diff --git a/python-behave.spec b/python-behave.spec index 099156e..b23dd67 100644 --- a/python-behave.spec +++ b/python-behave.spec @@ -1,7 +1,7 @@ # # spec file for package python-behave # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,7 @@ Requires: python-parse >= 1.8.2 Requires: python-parse_type >= 0.4.2 Requires: python-six >= 1.11 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Suggests: python-argparse Suggests: python-coverage Suggests: python-enum34 @@ -55,7 +55,6 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module PyHamcrest >= 1.8} BuildRequires: %{python_module mock >= 1.1} -BuildRequires: %{python_module nose >= 1.3} BuildRequires: %{python_module parse >= 1.8.2} BuildRequires: %{python_module parse_type >= 0.4.2} BuildRequires: %{python_module path.py >= 10.1}