From 07a8a4fc9582b36a304ddb91f5b100e9c9bb951cd9820ab67d6f4377ab515680 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Jan 2024 09:50:45 +0000 Subject: [PATCH] - require setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-merge3?expand=0&rev=3 --- python-merge3.changes | 5 +++++ python-merge3.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-merge3.changes b/python-merge3.changes index eb5f76c..5b9f4a4 100644 --- a/python-merge3.changes +++ b/python-merge3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 3 09:50:36 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Mon Jan 23 08:59:48 UTC 2023 - Matej Cepl diff --git a/python-merge3.spec b/python-merge3.spec index 0709826..028c51b 100644 --- a/python-merge3.spec +++ b/python-merge3.spec @@ -1,7 +1,7 @@ # # spec file for package python-merge3 # -# Copyright (c) 2023 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 @@ -25,6 +25,7 @@ License: GPL-2.0-or-later URL: https://www.breezy-vcs.org/ Source: https://files.pythonhosted.org/packages/source/m/merge3/merge3-%{version}.tar.gz BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros