From 1cbb97f6769325f9447e48e8d4e7cefc3b49c7a651176f37b15fd2804819f11e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:41:31 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multipledispatch?expand=0&rev=6 --- python-multipledispatch.changes | 5 +++++ python-multipledispatch.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-multipledispatch.changes b/python-multipledispatch.changes index ce58d40..33ab8e6 100644 --- a/python-multipledispatch.changes +++ b/python-multipledispatch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:50:35 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Thu Jun 7 20:36:28 UTC 2018 - jengelh@inai.de diff --git a/python-multipledispatch.spec b/python-multipledispatch.spec index a594b80..86be156 100644 --- a/python-multipledispatch.spec +++ b/python-multipledispatch.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/ # @@ -26,7 +26,6 @@ Group: Development/Languages/Python Url: http://github.com/mrocklin/multipledispatch/ Source: https://files.pythonhosted.org/packages/source/m/multipledispatch/multipledispatch-%{version}.tar.gz Source10: https://raw.githubusercontent.com/mrocklin/multipledispatch/%{version}/LICENSE.txt -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros