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}