From e429bbc37988c1f97f7766391d73fe277c2e7622ab0a41ad4553ad93ca1d7fb4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jan 2024 22:01:46 +0000 Subject: [PATCH] - require setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=192 --- python-Cython.changes | 5 +++++ python-Cython.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-Cython.changes b/python-Cython.changes index 4b2b240..33b104a 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 2 22:01:07 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Thu Dec 21 16:15:20 UTC 2023 - Dirk Müller diff --git a/python-Cython.spec b/python-Cython.spec index 8cf29c6..cf4c899 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -1,7 +1,7 @@ # # spec file for package python-Cython # -# 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 @@ -29,6 +29,7 @@ Source: https://files.pythonhosted.org/packages/source/C/Cython/Cython-% Source1: python-Cython-rpmlintrc BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: gcc-c++