From c7c1d89af8294721a4b1e7e0c88f877276e3c74a Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 30 Jun 2020 21:09:32 -0400 Subject: [PATCH] Don't install Inkscape on s390x. It appears to be buggy and produce incorrect test results. --- python-matplotlib.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 50d7a3f..e6012bb 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -81,7 +81,9 @@ BuildRequires: zlib-devel BuildRequires: ghostscript BuildRequires: ImageMagick +%ifnarch s390x BuildRequires: inkscape +%endif BuildRequires: texlive-dvipng BuildRequires: texlive-latex-bin