549aaab347
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>
8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
config BR2_PACKAGE_PYTHON_PYPNG
|
|
bool "python-pypng"
|
|
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
|
|
help
|
|
Pure Python library for saving and loading PNG images.
|
|
|
|
https://gitlab.com/drj11/pypng
|