From 2e2bacfe4a48caeec5a258c743e6ca09a02fb2370db165c6303be53737113a1e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Nov 2021 14:01:49 +0000 Subject: [PATCH] - add missing six dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multipledispatch?expand=0&rev=10 --- python-multipledispatch.changes | 5 +++++ python-multipledispatch.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-multipledispatch.changes b/python-multipledispatch.changes index 5ec4cb0..df76c26 100644 --- a/python-multipledispatch.changes +++ b/python-multipledispatch.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 8 14:01:40 UTC 2021 - Dirk Müller + +- add missing six dependency + ------------------------------------------------------------------- Fri Apr 12 14:24:40 UTC 2019 - pgajdos@suse.com diff --git a/python-multipledispatch.spec b/python-multipledispatch.spec index e30101c..1da6b98 100644 --- a/python-multipledispatch.spec +++ b/python-multipledispatch.spec @@ -1,7 +1,7 @@ # # spec file for package python-multipledispatch # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,13 +23,15 @@ Release: 0 Summary: Multiple dispatch in Python License: BSD-3-Clause Group: Development/Languages/Python -Url: http://github.com/mrocklin/multipledispatch/ +URL: https://multiple-dispatch.readthedocs.io/ Source: https://github.com/mrocklin/multipledispatch/archive/0.6.0.tar.gz BuildRequires: %{python_module pytest-benchmark} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-six BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages