From 66d4b43fa12a48b8ce609bb95726fe62d84b595099446a49b610cba27c07b342 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Jan 2024 10:40:10 +0000 Subject: [PATCH] - require setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=79 --- python-greenlet.changes | 5 +++++ python-greenlet.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-greenlet.changes b/python-greenlet.changes index 467cf64..66f6df6 100644 --- a/python-greenlet.changes +++ b/python-greenlet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 3 10:40:03 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Sun Dec 17 01:45:41 UTC 2023 - Dirk Müller diff --git a/python-greenlet.spec b/python-greenlet.spec index 8c59e35..8a9a982 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -1,7 +1,7 @@ # # spec file for package python-greenlet # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2010 B1 Systems GmbH, Vohburg, Germany. # # All modifications and additions to the file contributed by third parties @@ -31,6 +31,7 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module objgraph} BuildRequires: %{python_module pip} BuildRequires: %{python_module psutil} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: c++_compiler BuildRequires: fdupes