From 215dc273c8b5cba59cc743dd3d550de7368f59df Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 20 Nov 2021 14:24:16 -0500 Subject: [PATCH] python3-matplotlib: fix dependencies --- srcpkgs/python3-matplotlib/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template index 15cdcfff70e..d6a4b78ea75 100644 --- a/srcpkgs/python3-matplotlib/template +++ b/srcpkgs/python3-matplotlib/template @@ -1,14 +1,14 @@ # Template file for 'python3-matplotlib' pkgname=python3-matplotlib version=3.5.0 -revision=1 +revision=2 wrksrc="matplotlib-${version}" build_style=python3-module build_helper="numpy" hostmakedepends="pkg-config python3-setuptools_scm python3-certifi python3-numpy" makedepends="python3-devel freetype-devel libpng-devel libqhull-devel" -depends="python3-certifi python3-cycler python3-kiwisolver - python3-numpy python3-Pillow python3-parsing python3-dateutil" +depends="python3-cycler fonttools python3-kiwisolver python3-numpy + python3-packaging python3-Pillow python3-parsing python3-dateutil" short_desc="Python3 2D/3D plotting library" maintainer="Andrew J. Hesford " license="custom:matplotlib, BSD-3-Clause, MIT"