package/python-pypng: add missing python3-zlib dependency

png.py import zlib [1] so python3-zlib needs to be installed at
runtime.

[1] https://gitlab.com/drj11/pypng/-/blob/pypng-0.20220715.0/code/png.py?ref_type=tags#L185

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/6477656971 (TestPythonPy3Qrcode)

Cc: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 15381b5755)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Romain Naour 2024-04-11 00:18:03 +02:00 committed by Peter Korsgaard
parent 0bbae94e22
commit 549aaab347

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_PYTHON_PYPNG
bool "python-pypng"
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
help
Pure Python library for saving and loading PNG images.