From fb58af9bf032f1771278d78134fffd84a5dd6d61db0510052ede9b6e0fb04bbe Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 3 Feb 2024 13:46:29 +0000 Subject: [PATCH] - require setuptools - Do not build for Python 3.6, due to no NumPy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-cluster?expand=0&rev=7 --- python-cluster.changes | 7 ++++++- python-cluster.spec | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-cluster.changes b/python-cluster.changes index b516b3d..9b1ac8c 100644 --- a/python-cluster.changes +++ b/python-cluster.changes @@ -1,7 +1,12 @@ +------------------------------------------------------------------- +Sat Feb 3 13:46:20 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Mon May 24 03:09:59 UTC 2021 - Steve Kowalik -- Do not build for Python 3.6, due to no NumPy. +- Do not build for Python 3.6, due to no NumPy. ------------------------------------------------------------------- Tue Jul 23 17:43:25 UTC 2019 - Todd R diff --git a/python-cluster.spec b/python-cluster.spec index 5d3244f..9b4a720 100644 --- a/python-cluster.spec +++ b/python-cluster.spec @@ -1,7 +1,7 @@ # # spec file for package python-cluster # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ License: LGPL-2.0-or-later URL: https://github.com/exhuma/python-cluster Source: https://files.pythonhosted.org/packages/source/c/cluster/cluster-%{version}.tar.gz BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-matplotlib >= 1.2