From 3fd1e73921f2ff535f83b02a0de841e727c378a17675640983fccce2528ef7c4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:28:06 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexmock?expand=0&rev=4 --- python-flexmock.changes | 5 +++++ python-flexmock.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) 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