From ef942030e1263c263ceaa7a709eb8601332a3dda Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Tue, 25 Apr 2023 14:21:48 +0200 Subject: [PATCH] add Pillow as an optional dependency to matplotlib --- products/matplotlib.pyconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/matplotlib.pyconf b/products/matplotlib.pyconf index 442e9fa..279b5b3 100755 --- a/products/matplotlib.pyconf +++ b/products/matplotlib.pyconf @@ -17,7 +17,7 @@ default : } # OP distribute is not useful anymore depend : ['Python', 'setuptools', 'PyQt', 'numpy', 'freetype', 'six', 'pytz', 'pyparsing', 'dateutil', 'cycler'] - opt_depend : ['kiwisolver'] + opt_depend : ['kiwisolver', 'Pillow'] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name install_dir : 'base' -- 2.39.2