- Remove the dependency on python-curio, we don’t actually need

it, tests can run without it.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=120
This commit is contained in:
Matej Cepl 2023-11-16 18:59:14 +00:00 committed by Git OBS Bridge
parent eab9b0b05c
commit f46e311f7f
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}