From 5ca68735875de1b8e829b9891731aecc9f67adcc04f97e8337591f9e634e1b7a Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 29 Apr 2021 08:29:28 +0000 Subject: [PATCH] - Add a required BuildRequires on tex(geometry.sty). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=47 --- python-matplotlib.changes | 5 +++++ python-matplotlib.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-matplotlib.changes b/python-matplotlib.changes index 1213f9e..330ddf8 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 29 08:28:28 UTC 2021 - Steve Kowalik + +- Add a required BuildRequires on tex(geometry.sty). + ------------------------------------------------------------------- Sun Apr 4 16:41:18 UTC 2021 - Arun Persaud diff --git a/python-matplotlib.spec b/python-matplotlib.spec index c838688..78666f7 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -105,6 +105,7 @@ BuildRequires: texlive-latex BuildRequires: texlive-sfmath BuildRequires: texlive-tex BuildRequires: tex(8a.enc) +BuildRequires: tex(geometry.sty) BuildRequires: tex(helvet.sty) BuildRequires: tex(phvr7t.tfm) BuildRequires: tex(pncr7t.tfm)