diff --git a/python-discogs-client.changes b/python-discogs-client.changes index 9590841..67c732c 100644 --- a/python-discogs-client.changes +++ b/python-discogs-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:47:18 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Thu Sep 7 20:07:01 UTC 2017 - toddrme2178@gmail.com diff --git a/python-discogs-client.spec b/python-discogs-client.spec index f5f0394..c3dcfe9 100644 --- a/python-discogs-client.spec +++ b/python-discogs-client.spec @@ -1,7 +1,7 @@ # # spec file for package python-discogs-client # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,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-%{**}} @@ -21,21 +22,20 @@ Name: python-discogs-client Version: 2.2.1 Release: 0 -License: BSD-2-Clause Summary: Official Python API client for Discogs -Url: https://github.com/discogs/discogs_client +License: BSD-2-Clause Group: Development/Languages/Python +Url: https://github.com/discogs/discogs_client Source: https://files.pythonhosted.org/packages/source/d/discogs-client/discogs-client-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module oauthlib} BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-oauthlib Requires: python-requests Requires: python-six -Requires: python-oauthlib BuildArch: noarch %python_subpackages