From 4c2308222508877848b8cc4b6bf0630ab201525333438e01b6bf9188eaa96f2e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 5 Dec 2023 09:43:01 +0000 Subject: [PATCH] Accepting request 1130817 from home:anag:AllStaging Dirk: this iss needed following you update of python-Sphinx OBS-URL: https://build.opensuse.org/request/show/1130817 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=65 --- python-waitress.changes | 5 +++++ python-waitress.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-waitress.changes b/python-waitress.changes index 1dea070..30dbb50 100644 --- a/python-waitress.changes +++ b/python-waitress.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 4 15:20:28 UTC 2023 - Ana Guerrero + +- Add BuildRequires on python-setuptools for both flavors. + ------------------------------------------------------------------- Wed Jul 26 07:18:05 UTC 2023 - Bernhard Wiedemann diff --git a/python-waitress.spec b/python-waitress.spec index a1f3819..d1a57ca 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -42,12 +42,12 @@ Source: https://files.pythonhosted.org/packages/source/w/waitress/waitre # https://docs.python.org/3/objects.inv -> python3.inv Source1: python3.inv Source2: fetch-intersphinx-inventories.sh +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 BuildArch: noarch %if "%{flavor}" == "" BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} %if %{with libalternatives} BuildRequires: alts Requires: alts