From c49b55e244356acc037e234733def50e65113904874c44188c93888d3b7ca445 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:45:16 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=3 --- python-passivetotal.changes | 5 +++++ python-passivetotal.spec | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/python-passivetotal.changes b/python-passivetotal.changes index b7e0dcb..34d6d59 100644 --- a/python-passivetotal.changes +++ b/python-passivetotal.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:51:15 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Thu Dec 7 14:14:38 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-passivetotal.spec b/python-passivetotal.spec index 42c8ee1..ea8dcec 100644 --- a/python-passivetotal.spec +++ b/python-passivetotal.spec @@ -1,7 +1,7 @@ # # spec file for package python-passivetotal # -# 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-%{**}} @@ -20,15 +21,14 @@ Name: python-passivetotal Version: 1.0.30 Release: 0 -License: GPL-2.0 Summary: Client for the PassiveTotal REST API -Url: https://passivetotal.readthedocs.org +License: GPL-2.0-only Group: Development/Languages/Python +Url: https://passivetotal.readthedocs.org Source: https://files.pythonhosted.org/packages/source/p/passivetotal/passivetotal-%{version}.tar.gz Source1: https://github.com/passivetotal/python_api/raw/c2d0c8f4ea3dde4caec01f5401fb6f105f8a2447/LICENSE -BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros %if %{with test} BuildRequires: %{python_module ez_setup} BuildRequires: %{python_module future}