diff mbox series

[1/1] package/python-matplotlib: add Pillow dependency

Message ID 20230526094219.3374291-1-witold.lipieta@thaumatec.com
State Accepted
Headers show
Series [1/1] package/python-matplotlib: add Pillow dependency | expand

Commit Message

Witold Lipieta May 26, 2023, 9:42 a.m. UTC
Pillow is mandatory dependency since version 3.3.0.

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

Comments

Arnout Vandecappelle June 3, 2023, 7:14 p.m. UTC | #1
On 26/05/2023 11:42, Witold Lipieta wrote:
> Pillow is mandatory dependency since version 3.3.0.
> 
> Signed-off-by: Witold Lipieta <witold.lipieta@thaumatec.com>

  Applied to master, thanks.

  It would be nice to add a runtime test to catch such issues (cfr. all the 
other python tests in there).

  Regards,
  Arnout

> ---
>   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
Peter Korsgaard June 14, 2023, 11:50 a.m. UTC | #2
>>>>> "Witold" == Witold Lipieta <witold.lipieta@thaumatec.com> writes:

 > Pillow is mandatory dependency since version 3.3.0.
 > Signed-off-by: Witold Lipieta <witold.lipieta@thaumatec.com>

Committed to 2023.02.x, thanks.
diff mbox series

Patch

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