Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/python-pypng: add missing python3-zlib dependency
@ 2024-04-10 22:18 Romain Naour
  2024-04-10 22:18 ` [Buildroot] [PATCH] support/testing: sync TestATFAllwinner with orangepi_zero_plus2_defconfig Romain Naour
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Romain Naour @ 2024-04-10 22:18 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, James Hilliard

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>
---
 package/python-pypng/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-pypng/Config.in b/package/python-pypng/Config.in
index c1ed405615..952b46c2c5 100644
--- a/package/python-pypng/Config.in
+++ b/package/python-pypng/Config.in
@@ -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.
 
-- 
2.44.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-06 21:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-10 22:18 [Buildroot] [PATCH] package/python-pypng: add missing python3-zlib dependency Romain Naour
2024-04-10 22:18 ` [Buildroot] [PATCH] support/testing: sync TestATFAllwinner with orangepi_zero_plus2_defconfig Romain Naour
2024-04-11  4:36   ` Yann E. MORIN
2024-04-10 22:18 ` [Buildroot] [PATCH] support/testing: remove TestATFVexpress Romain Naour
2024-04-11  4:36   ` Yann E. MORIN
2024-04-11  4:35 ` [Buildroot] [PATCH] package/python-pypng: add missing python3-zlib dependency Yann E. MORIN
2024-05-06 21:02 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox