From ba3e2c720e836092375a69bdfbfd847a1cdb5b3fc4e13e2c29d4aa787e3e173b Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 25 Sep 2025 04:40:19 +0000 Subject: [PATCH] - Add missing BuildRequires on pytest-asyncio. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-server?expand=0&rev=30 --- python-devpi-server.changes | 5 +++++ python-devpi-server.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-devpi-server.changes b/python-devpi-server.changes index a5d9532..5b3e2ab 100644 --- a/python-devpi-server.changes +++ b/python-devpi-server.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 25 04:39:49 UTC 2025 - Steve Kowalik + +- Add missing BuildRequires on pytest-asyncio. + ------------------------------------------------------------------- Tue May 28 09:33:23 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-devpi-server.spec b/python-devpi-server.spec index bb48ee5..f850028 100644 --- a/python-devpi-server.spec +++ b/python-devpi-server.spec @@ -1,7 +1,7 @@ # # spec file for package python-devpi-server # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -74,6 +74,7 @@ BuildRequires: %{python_module platformdirs} BuildRequires: %{python_module pluggy >= 0.6.0} BuildRequires: %{python_module py >= 1.4.23} BuildRequires: %{python_module pyramid >= 2} +BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} BuildRequires: %{python_module repoze.lru >= 0.6} BuildRequires: %{python_module ruamel.yaml >= 0.15.94}