From c15a585c11d86762d100e70ef31fd6ed40f784a862d13c357d42f8956b449776 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:48:07 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-progressbar?expand=0&rev=21 --- python-progressbar.changes | 5 +++++ python-progressbar.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-progressbar.changes b/python-progressbar.changes index 911204c..01fc5bf 100644 --- a/python-progressbar.changes +++ b/python-progressbar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:51:43 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Thu Oct 11 15:18:59 UTC 2018 - Todd R diff --git a/python-progressbar.spec b/python-progressbar.spec index e3d4b4a..288c62b 100644 --- a/python-progressbar.spec +++ b/python-progressbar.spec @@ -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/ # @@ -21,11 +21,10 @@ Name: python-progressbar Version: 2.5 Release: 0 Summary: Text Progressbar Library for Python -License: LGPL-2.1+ OR BSD-3-Clause +License: LGPL-2.1-or-later OR BSD-3-Clause Group: Development/Libraries/Python Url: https://github.com/niltonvolpato/python-progressbar Source: https://files.pythonhosted.org/packages/source/p/progressbar/progressbar-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros BuildArch: noarch