[Buildroot] [git commit] package/python-matplotlib: add Pillow dependency

Arnout Vandecappelle arnout at mind.be
Sat Jun 3 19:13:27 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=465f670e6cd550660e8b0b935f03a2be275b0c53
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Pillow is mandatory dependency since version 3.3.0.

Signed-off-by: Witold Lipieta <witold.lipieta at thaumatec.com>
Signed-off-by: Arnout Vandecappelle <arnout at mind.be>
---
 package/python-matplotlib/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-matplotlib/Config.in b/package/python-matplotlib/Config.in
index b936777662..8a9281b8e7 100644
--- a/package/python-matplotlib/Config.in
+++ b/package/python-matplotlib/Config.in
@@ -11,6 +11,7 @@ config BR2_PACKAGE_PYTHON_MATPLOTLIB
 	select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
 	select BR2_PACKAGE_PYTHON_KIWISOLVER # runtime
 	select BR2_PACKAGE_PYTHON_NUMPY # runtime
+	select BR2_PACKAGE_PYTHON_PILLOW # runtime
 	select BR2_PACKAGE_PYTHON_PYPARSING # runtime
 	select BR2_PACKAGE_PYTHON3_ZLIB # runtime
 	select BR2_PACKAGE_QHULL



More information about the buildroot mailing list