1
0

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
This commit is contained in:
Benjamin Greiner 2024-06-04 06:55:58 +00:00 committed by Git OBS Bridge
parent bc4553d9e5
commit 8901c812b7
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 4 06:55:22 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Reenable testing matplotlib
-------------------------------------------------------------------
Tue Jun 4 03:19:44 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -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}