From 51c7ba15fe09b3055f1257f61c18765bdd5f09fd Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Thu, 30 May 2024 09:34:33 +0200 Subject: [PATCH] Move IPython to html dependencies It's only required for generating the documentation, see: https://github.com/matplotlib/matplotlib/blob/v3.9.0/requirements/doc/doc-requirements.txt#L12 --- python-matplotlib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 999d600..9728267 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -62,7 +62,6 @@ Patch1003: 0003-Set-FreeType-version-to-%{ftver}-and-update-tolerances.patc # https://github.com/matplotlib/matplotlib/pull/21190#issuecomment-1223271888 Patch0001: 0004-Use-old-stride_windows-implementation-on-32-bit-x86.patch -BuildRequires: ipython BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: glibc-langpack-en @@ -282,6 +281,7 @@ BuildRequires: make BuildRequires: python3dist(sphinx) BuildRequires: tex(latex) BuildRequires: tex-preview +BuildRequires: ipython %endif Requires: python3-matplotlib%{?_isa} = %{version}-%{release}