From aba91423289f33f43ce20a5acff346068ebe90e499ece73a88b6daf3aad89b44 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Jan 2024 09:42:28 +0000 Subject: [PATCH] - require setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=47 --- python-apsw.changes | 5 +++++ python-apsw.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-apsw.changes b/python-apsw.changes index 3b4a224..aa0eec5 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 3 09:42:09 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Sat Dec 2 20:18:36 UTC 2023 - Dirk Müller diff --git a/python-apsw.spec b/python-apsw.spec index f8ad4c2..aea520b 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -1,7 +1,7 @@ # # spec file for package python-apsw # -# 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 @@ -27,6 +27,7 @@ URL: https://github.com/rogerbinns/apsw/ Source: https://github.com/rogerbinns/apsw/archive/refs/tags/%{version}.tar.gz#/apsw-%{version}.tar.gz BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: pkgconfig