From 8852d38d241976a78abe6565a10a3143068c9cabefe78d2ce235a9a00fc236db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 3 Jun 2025 12:06:03 +0000 Subject: [PATCH] add missing test dep OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pook?expand=0&rev=20 --- python-pook.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pook.spec b/python-pook.spec index f612e49..97d5f3f 100644 --- a/python-pook.spec +++ b/python-pook.spec @@ -40,6 +40,7 @@ BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module furl >= 0.5.6} BuildRequires: %{python_module jsonschema >= 2.5.1} BuildRequires: %{python_module mocket >= 1.6.0} +BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2.20.0} BuildRequires: %{python_module urllib3 >= 1.19.1}