From f4a0e1ac6c6cbf3c2803c5198ceafbb9e3c5d33b Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 17 Jan 2018 11:00:07 +0100 Subject: [PATCH] python-matplotlib: python-functools32 -> python-backports.functools_lru_cache Closes #10748. --- srcpkgs/python-matplotlib/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-matplotlib/template b/srcpkgs/python-matplotlib/template index c36302b5040..9318dc76d52 100644 --- a/srcpkgs/python-matplotlib/template +++ b/srcpkgs/python-matplotlib/template @@ -16,8 +16,8 @@ makedepends=" python-gobject-devel pygtk-devel gtk+3-devel tk-devel python-tkinter python3-tkinter wxPython-devel freetype-devel libpng-devel libqhull-devel" depends="python-matplotlib-data>=${version}_${revision} python-numpy - python-six python-dateutil python-functools32 python-subprocess32 - python-pytz python-cycler python-parsing" + python-six python-dateutil python-backports.functools_lru_cache + python-subprocess32 python-pytz python-cycler python-parsing" pycompile_module="matplotlib mpl_toolkits pylab.py" short_desc="Python2 2D/3D plotting library" maintainer="Alessio Sergi "