forked from pool/python-mutagen
Accepting request 659505 from devel:languages:python
Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/request/show/659505 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mutagen?expand=0&rev=31
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:50:38 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove superfluous devel dependency for noarch package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 5 11:08:22 UTC 2018 - adrian@suse.de
|
||||
|
||||
|
||||
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -23,11 +23,10 @@ Release: 0
|
||||
Summary: Python module to Handle Audio Metadata
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Libraries/Python
|
||||
Url: https://pypi.python.org/pypi/mutagen
|
||||
URL: https://pypi.python.org/pypi/mutagen
|
||||
Source: https://files.pythonhosted.org/packages/source/m/mutagen/mutagen-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE reduce-test-length.diff alarrosa@suse.com -- Reduce the number of iterations so tests don't take so long to finish
|
||||
Patch0: reduce-test-length.diff
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module hypothesis}
|
||||
BuildRequires: %{python_module pycodestyle}
|
||||
BuildRequires: %{python_module pyflakes}
|
||||
@@ -35,7 +34,6 @@ BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -79,7 +77,8 @@ export LANG=en_US.UTF-8
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-, root, root, 0755)
|
||||
%doc COPYING NEWS README.rst
|
||||
%license COPYING
|
||||
%doc NEWS README.rst
|
||||
%python_alternative %{_bindir}/mid3cp
|
||||
%python_alternative %{_bindir}/mid3iconv
|
||||
%python_alternative %{_bindir}/mid3v2
|
||||
|
||||
Reference in New Issue
Block a user