From cd879d9ffeb397bf61d553dac159aa334a7d147acadb4fdb990cc8078c1adc04 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 17 Sep 2025 01:57:07 +0000 Subject: [PATCH] - Add missing BuildRequires on pytest-timeout. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=55 --- python-filelock.changes | 5 +++++ python-filelock.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-filelock.changes b/python-filelock.changes index a315a2c..97b1973 100644 --- a/python-filelock.changes +++ b/python-filelock.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 17 01:56:39 UTC 2025 - Steve Kowalik + +- Add missing BuildRequires on pytest-timeout. + ------------------------------------------------------------------- Sun Sep 14 20:36:58 UTC 2025 - Dirk Müller diff --git a/python-filelock.spec b/python-filelock.spec index 8890308..d13c1f3 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -41,6 +41,7 @@ BuildRequires: %{python_module wheel} %if %{with test} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} BuildRequires: %{python_module virtualenv} %endif