Accepting request 1127169 from devel:languages:python:jupyter

- Remove the dependency on python-curio, we don’t actually need
  it, tests can run without it.

OBS-URL: https://build.opensuse.org/request/show/1127169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipython?expand=0&rev=44
This commit is contained in:
Ana Guerrero 2023-11-17 19:49:11 +00:00 committed by Git OBS Bridge
commit 3fbde9a670
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 16 18:58:40 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
- Remove the dependency on python-curio, we dont actually need
it, tests can run without it.
-------------------------------------------------------------------
Sat Oct 7 12:57:40 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -87,7 +87,6 @@ Provides: python-jupyter_ipython-doc-pdf = %{version}
Obsoletes: python-jupyter_ipython-doc-pdf < %{version}
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module curio}
BuildRequires: %{python_module ipython = %{version}}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module numpy >= 1.21}