From: Nabil Ghodbane Date: Tue, 25 Apr 2023 12:21:48 +0000 (+0200) Subject: add Pillow as an optional dependency to matplotlib X-Git-Tag: V9_11_0~49 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ef942030e1263c263ceaa7a709eb8601332a3dda;p=tools%2Fsat_salome.git add Pillow as an optional dependency to matplotlib --- 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'