From ecfdac6c7055859ca4634c2ecfddd6341698b0f0 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 6 Apr 2016 20:49:35 -0600 Subject: [PATCH] Add requires python-cycler --- python-matplotlib.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 77d3ba9..b8ee577 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -46,7 +46,7 @@ Name: python-matplotlib Version: 1.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python 2D plotting library Group: Development/Libraries # qt4_editor backend is MIT @@ -108,6 +108,7 @@ Requires: dvipng Requires: python-six Requires: numpy Requires: pyparsing +Requires: python2-cycler Requires: python-dateutil Requires: pytz %if 0%{?fedora} >= 18 @@ -266,6 +267,7 @@ Requires: python3-six Requires: python3-numpy Requires: python3-cairo Requires: python3-pyparsing +Requires: python3-cycler Requires: python3-dateutil Requires: python3-pytz Requires: dejavu-sans-fonts @@ -552,6 +554,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} \ %endif %changelog +* Wed Apr 6 2016 Orion Poplawski - 1.5.1-3 +- Add requires python-cycler + * Tue Apr 05 2016 Jon Ciesla - 1.5.1-2 - Drop agg-devel BR, fix sphinx build with python*cycler BR