From 68a178b7e3e99ec6d26f0aea349908bd0a9d925eaed72e6da9c7cb9e04ecd7e8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:56:45 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python3-openid?expand=0&rev=3 --- python-python3-openid.changes | 5 +++++ python-python3-openid.spec | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/python-python3-openid.changes b/python-python3-openid.changes index 1ae64b0..c1dbe85 100644 --- a/python-python3-openid.changes +++ b/python-python3-openid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:53:14 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Thu Sep 7 22:42:10 UTC 2017 - toddrme2178@gmail.com diff --git a/python-python3-openid.spec b/python-python3-openid.spec index c570288..920c4af 100644 --- a/python-python3-openid.spec +++ b/python-python3-openid.spec @@ -1,7 +1,7 @@ # # spec file for package python-python3-openid # -# 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,8 @@ # 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-%{**}} @@ -22,15 +23,14 @@ Name: python-python3-openid Version: 3.1.0 Release: 0 -License: Apache-2.0 Summary: OpenID support for modern servers and consumers -Url: http://github.com/necaris/python3-openid +License: Apache-2.0 Group: Development/Languages/Python +Url: http://github.com/necaris/python3-openid Source: https://files.pythonhosted.org/packages/source/p/python3-openid/python3-openid-%{version}.tar.gz +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} %if %{with test} BuildRequires: %{python_module defusedxml} BuildRequires: %{python_module nose}