From 8901c812b71b7a50a8efc44137917086e015379d0dd72fdbf4a877be01b372d4 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 4 Jun 2024 06:55:58 +0000 Subject: [PATCH] Accepting request 1178447 from home:bnavigator:branches:devel:languages:python:jupyter - Reenable testing matplotlib OBS-URL: https://build.opensuse.org/request/show/1178447 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=131 --- python-ipython.changes | 5 +++++ python-ipython.spec | 1 + 2 files changed, 6 insertions(+) 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}