From 23cdd095f0ce513adb1622c0e53788bbd9d7c00cd09d48b0202232bca8d8c876 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Tue, 13 Feb 2024 17:02:28 +0000 Subject: [PATCH] Accepting request 1146459 from home:ecsos:python Little change for Factory OBS-URL: https://build.opensuse.org/request/show/1146459 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=65 --- python-sentry-sdk.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-sentry-sdk.spec b/python-sentry-sdk.spec index da5ed69..bd7d2f2 100644 --- a/python-sentry-sdk.spec +++ b/python-sentry-sdk.spec @@ -63,11 +63,13 @@ BuildRequires: %{python_module pyrsistent >= 0.16.0} BuildRequires: %{python_module pytest-cov >= 2.8.1} BuildRequires: %{python_module pytest-forked >= 1.4.0} BuildRequires: %{python_module pytest-localserver >= 0.5.1} -BuildRequires: %{python_module pytest-watch >= 4.2.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module responses} BuildRequires: %{python_module tox >= 3.7.0} # /SECTION +# SECTION test requirements - which rise up buildtime error or missing in openSUSE +#BuildRequires: %%{python_module pytest-watch >= 4.2.0} +# /SECTION # SECTION extra requirements - which rise up buildtime error or missing in openSUSE #BuildRequires: %%{python_module arq >= 0.23} #BuildRequires: %%{python_module pyspark >= 2.4.4}