Use bundled version of agg

This was discussed in bug #1276806 and the agg package (which is incompatible
to matplotlib's version anyway) will be retired.
This commit is contained in:
Thomas Spura 2016-04-04 12:33:40 +02:00
parent cfae272b51
commit 95c4d0eaf5
2 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ test -f $file || wget -v https://github.com/matplotlib/matplotlib/archive/$file
rm -rf matplotlib-${version}
tar xzf $file
rm -vr matplotlib-${version}/extern/{agg24,CXX,qhull}
rm -vr matplotlib-${version}/extern/qhull
rm -vr matplotlib-${version}/lib/matplotlib/mpl-data/sample_data/lena.*
rm -f $result

View File

@ -89,6 +89,8 @@ BuildRequires: pytz
BuildRequires: xorg-x11-server-Xvfb
BuildRequires: zlib-devel
Provides: bundled(agg) = 2.4
%description
Matplotlib is a python 2D plotting library which produces publication
quality figures in a variety of hardcopy formats and interactive