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:
parent
cfae272b51
commit
95c4d0eaf5
@ -14,7 +14,7 @@ test -f $file || wget -v https://github.com/matplotlib/matplotlib/archive/$file
|
|||||||
rm -rf matplotlib-${version}
|
rm -rf matplotlib-${version}
|
||||||
tar xzf $file
|
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 -vr matplotlib-${version}/lib/matplotlib/mpl-data/sample_data/lena.*
|
||||||
|
|
||||||
rm -f $result
|
rm -f $result
|
||||||
|
@ -89,6 +89,8 @@ BuildRequires: pytz
|
|||||||
BuildRequires: xorg-x11-server-Xvfb
|
BuildRequires: xorg-x11-server-Xvfb
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
|
Provides: bundled(agg) = 2.4
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Matplotlib is a python 2D plotting library which produces publication
|
Matplotlib is a python 2D plotting library which produces publication
|
||||||
quality figures in a variety of hardcopy formats and interactive
|
quality figures in a variety of hardcopy formats and interactive
|
||||||
|
Loading…
Reference in New Issue
Block a user