diff --git a/python-flexmock.changes b/python-flexmock.changes index 97caa81..3a1f5a8 100644 --- a/python-flexmock.changes +++ b/python-flexmock.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:48:08 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Thu Sep 7 20:06:59 UTC 2017 - toddrme2178@gmail.com diff --git a/python-flexmock.spec b/python-flexmock.spec index 97d4b15..7cf1863 100644 --- a/python-flexmock.spec +++ b/python-flexmock.spec @@ -1,7 +1,7 @@ # # spec file for package python-flexmock # -# Copyright (c) 2017 SUSE LINUX Products 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,20 +12,20 @@ # 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/ # + %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-flexmock Version: 0.10.2 Release: 0 -License: BSD-2-Clause Summary: Testing library that makes it easy to create mocks, stubs and fakes -Url: https://github.com/bkabrda/flexmock +License: BSD-2-Clause Group: Development/Languages/Python +Url: https://github.com/bkabrda/flexmock Source: https://files.pythonhosted.org/packages/source/f/flexmock/flexmock-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros