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}