- remove optional ipbd dependency as it no longer exists for 3.9

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sentry-sdk?expand=0&rev=67
This commit is contained in:
Dirk Mueller 2024-03-13 13:57:23 +00:00 committed by Git OBS Bridge
parent 23cdd095f0
commit 7633802f34
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 13 13:56:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
- remove optional ipbd dependency as it no longer exists for 3.9
-------------------------------------------------------------------
Tue Feb 13 11:28:05 UTC 2024 - ecsos <ecsos@opensuse.org>

View File

@ -56,7 +56,6 @@ BuildRequires: %{python_module PySocks}
BuildRequires: %{python_module eventlet}
BuildRequires: %{python_module gevent}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module ipdb}
BuildRequires: %{python_module jsonschema >= 3.2.0}
BuildRequires: %{python_module pyramid}
BuildRequires: %{python_module pyrsistent >= 0.16.0}