diff --git a/python-ipython.changes b/python-ipython.changes index 85b21a4..9f0377d 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 4 06:55:22 UTC 2024 - Ben Greiner + +- Reenable testing matplotlib + ------------------------------------------------------------------- Tue Jun 4 03:19:44 UTC 2024 - Steve Kowalik diff --git a/python-ipython.spec b/python-ipython.spec index a62c13e..97b0654 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -87,6 +87,7 @@ Obsoletes: python-jupyter_ipython-doc-pdf < %{version} BuildArch: noarch %if %{with test} BuildRequires: %{python_module ipython = %{version}} +BuildRequires: %{python_module matplotlib} BuildRequires: %{python_module numpy >= 1.23} BuildRequires: %{python_module pandas} BuildRequires: %{python_module pickleshare}