From f46e311f7fb6fbbffef1c7f75dee60550617541226cbe3db0d901362f907d6b6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 16 Nov 2023 18:59:14 +0000 Subject: [PATCH] =?UTF-8?q?-=20Remove=20the=20dependency=20on=20python-cur?= =?UTF-8?q?io,=20we=20don=E2=80=99t=20actually=20need=20=20=20it,=20tests?= =?UTF-8?q?=20can=20run=20without=20it.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=120 --- python-ipython.changes | 6 ++++++ python-ipython.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-ipython.changes b/python-ipython.changes index e968722..879ee46 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 16 18:58:40 UTC 2023 - Matej Cepl + +- Remove the dependency on python-curio, we don’t actually need + it, tests can run without it. + ------------------------------------------------------------------- Sat Oct 7 12:57:40 UTC 2023 - Ben Greiner diff --git a/python-ipython.spec b/python-ipython.spec index a852c4e..58ad216 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -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}