From e3ee8def29fe1b4f190b707ace32be47ba8030279d0c32b792d0133205dfbaac Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:51:39 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyjokes?expand=0&rev=4 --- python-pyjokes.changes | 5 +++++ python-pyjokes.spec | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/python-pyjokes.changes b/python-pyjokes.changes index decb9eb..c62c754 100644 --- a/python-pyjokes.changes +++ b/python-pyjokes.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:52:20 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Sun Mar 4 20:13:58 UTC 2018 - alarrosa@suse.com diff --git a/python-pyjokes.spec b/python-pyjokes.spec index d333a96..2d7f93e 100644 --- a/python-pyjokes.spec +++ b/python-pyjokes.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyjokes # -# 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,23 +12,23 @@ # 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-%{**}} Name: python-pyjokes Version: 0.5.0 Release: 0 -License: BSD-3-Clause Summary: One line jokes for programmers (jokes as a service) -Url: https://github.com/pyjokes/pyjokes +License: BSD-3-Clause Group: Development/Languages/Python +Url: https://github.com/pyjokes/pyjokes Source: https://files.pythonhosted.org/packages/source/p/pyjokes/pyjokes-%{version}.tar.gz Source99: https://raw.githubusercontent.com/pyjokes/pyjokes/master/LICENCE.txt -BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages