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}