From 7cac9095d4abfd7ec9a93f614d2be329eaca756f8e6dbd11b53a9931c9e33014 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jan 2024 22:33:30 +0000 Subject: [PATCH] - require setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hiredis?expand=0&rev=23 --- python-hiredis.changes | 5 +++++ python-hiredis.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-hiredis.changes b/python-hiredis.changes index 68470e2..340c66c 100644 --- a/python-hiredis.changes +++ b/python-hiredis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 2 22:32:52 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Wed Dec 20 21:49:24 UTC 2023 - Dirk Müller diff --git a/python-hiredis.spec b/python-hiredis.spec index 787b95f..ce39d17 100644 --- a/python-hiredis.spec +++ b/python-hiredis.spec @@ -1,7 +1,7 @@ # # spec file for package python-hiredis # -# 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 @@ -35,6 +35,7 @@ Patch1: 159-sdsalloc-to-alloc.patch Patch2: 161-use-system-hiredis.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: hiredis-devel >= 1.0.0