From 4e9999bce6e90dd28189c9bb2dee7faef84a9def03d0713cb544aea852001836 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 14:09:25 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testscenarios?expand=0&rev=15 --- python-testscenarios.changes | 5 +++++ python-testscenarios.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-testscenarios.changes b/python-testscenarios.changes index a82779f..8fadae8 100644 --- a/python-testscenarios.changes +++ b/python-testscenarios.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:55:13 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Sun Apr 9 15:32:54 UTC 2017 - aloisio@gmx.com diff --git a/python-testscenarios.spec b/python-testscenarios.spec index 3380622..5e973d7 100644 --- a/python-testscenarios.spec +++ b/python-testscenarios.spec @@ -1,7 +1,7 @@ # # spec file for package python-testscenarios # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,11 +21,10 @@ Name: python-testscenarios Version: 0.5.0 Release: 0 Summary: Testscenarios, a pyunit extension for dependency injection -License: Apache-2.0 or BSD-3-Clause +License: Apache-2.0 OR BSD-3-Clause Group: Development/Languages/Python Url: https://launchpad.net/testscenarios Source: https://files.pythonhosted.org/packages/source/t/testscenarios/testscenarios-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module pbr >= 0.11} # Tests cause a dependency loop #BuildRequires: %%{python_module extras}