From a772009b9717ddf09d2cf29e643f3e7aa236b7641c50ae5932fe077da8cf858a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:24:49 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-EasyProcess?expand=0&rev=19 --- python-EasyProcess.changes | 5 +++++ python-EasyProcess.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-EasyProcess.changes b/python-EasyProcess.changes index 425f07a..edc8d03 100644 --- a/python-EasyProcess.changes +++ b/python-EasyProcess.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:47:32 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Mon Aug 28 19:32:50 UTC 2017 - toddrme2178@gmail.com diff --git a/python-EasyProcess.spec b/python-EasyProcess.spec index 7542b52..7b14980 100644 --- a/python-EasyProcess.spec +++ b/python-EasyProcess.spec @@ -1,7 +1,7 @@ # # spec file for package python-EasyProcess # -# 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,7 @@ # 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/ # @@ -26,11 +26,10 @@ Summary: Easy to use python subprocess interface License: BSD-2-Clause Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/E/EasyProcess/EasyProcess-%{version}.tar.gz +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-2to3 -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} %if %{with test} BuildRequires: %{python_module nose} %endif