14
0

Accepting request 659563 from devel:languages:python

Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-progressbar?expand=0&rev=13
This commit is contained in:
2018-12-24 10:41:24 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 12:51:43 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Thu Oct 11 15:18:59 UTC 2018 - Todd R <toddrme2178@gmail.com>

View File

@@ -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