From adaf51ea57919933c7d793d4e0d0f2359a11f7d7 Mon Sep 17 00:00:00 2001 From: pcpa Date: Tue, 2 Apr 2013 13:26:23 -0300 Subject: [PATCH] Stix-fonts are a requires, not build requires --- python-matplotlib.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 1de0af8..9dc1e31 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -57,9 +57,9 @@ Requires: pyparsing Requires: python-dateutil Requires: pytz %if 0%{?fedora} >= 18 -BuildRequires: stix-math-fonts +Requires: stix-math-fonts %else -BuildRequires: stix-fonts +Requires: stix-fonts %endif %description @@ -138,9 +138,9 @@ Requires: python3-pyparsing Requires: python3-dateutil Requires: python3-pytz %if 0%{?fedora} >= 18 -BuildRequires: stix-math-fonts +Requires: stix-math-fonts %else -BuildRequires: stix-fonts +Requires: stix-fonts %endif %description -n python3-matplotlib