From b8f7a29dea8f86fcb8e4ae8f5f018d83940c442bbdea1dcd7870b6d93c093543 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:13:42 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-args?expand=0&rev=3 --- python-args.changes | 5 +++++ python-args.spec | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/python-args.changes b/python-args.changes index 156e1e2..4ea9ffa 100644 --- a/python-args.changes +++ b/python-args.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:45:40 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Tue Jun 20 20:44:08 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-args.spec b/python-args.spec index 6d6c528..548f996 100644 --- a/python-args.spec +++ b/python-args.spec @@ -1,7 +1,7 @@ # # spec file for package python-args # -# 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,14 +21,13 @@ Name: python-args Version: 0.1.0 Release: 0 -License: BSD-2-Clause Summary: Command Arguments for Humans -Url: https://github.com/kennethreitz/args +License: BSD-2-Clause Group: Development/Languages/Python +Url: https://github.com/kennethreitz/args Source: https://files.pythonhosted.org/packages/source/a/args/args-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch