[python-matplotlib/f18] Stix-fonts are a requires, not build requires

pcpa pcpa at fedoraproject.org
Tue Apr 2 16:26:58 UTC 2013


commit adaf51ea57919933c7d793d4e0d0f2359a11f7d7
Author: pcpa <paulo.cesar.pereira.de.andrade at gmail.com>
Date:   Tue Apr 2 13:26:23 2013 -0300

    Stix-fonts are a requires, not build requires

 python-matplotlib.spec |    8 ++++----
 1 files 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


More information about the scm-commits mailing list