From b8145e3446fcb0bc2961a5c7f890fdbb84becc2520cecc273da03edd9c77f36b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Jan 2024 10:05:11 +0000 Subject: [PATCH] - require setuptools OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flasgger?expand=0&rev=19 --- python-flasgger.changes | 5 +++++ python-flasgger.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-flasgger.changes b/python-flasgger.changes index 31e661b..90af1f9 100644 --- a/python-flasgger.changes +++ b/python-flasgger.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 3 10:05:02 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Mon Nov 27 18:45:20 UTC 2023 - Dirk Müller diff --git a/python-flasgger.spec b/python-flasgger.spec index 60310b3..2e32517 100644 --- a/python-flasgger.spec +++ b/python-flasgger.spec @@ -1,7 +1,7 @@ # # spec file # -# 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 @@ -34,6 +34,7 @@ License: MIT URL: https://github.com/flasgger/flasgger/ Source: https://files.pythonhosted.org/packages/source/f/flasgger/flasgger-%{version}.tar.gz BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros