Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/python-pydal: needs python xml module at runtime
@ 2026-07-26  9:27 Julien Olivain via buildroot
  2026-07-26  9:27 ` [Buildroot] [PATCH 2/2] support/testing: python-pydal: new runtime test Julien Olivain via buildroot
  2026-08-02 20:29 ` [Buildroot] [PATCH 1/2] package/python-pydal: needs python xml module at runtime Julien Olivain via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2026-07-26  9:27 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain, Angelo Compagnucci, James Hilliard

pyDAL is using xmlrpc at runtime. See:
https://github.com/web2py/pydal/blob/v20260313.1/pydal/_compat.py#L114

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 package/python-pydal/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-pydal/Config.in b/package/python-pydal/Config.in
index 204b47a09a..4ed2b934ac 100644
--- a/package/python-pydal/Config.in
+++ b/package/python-pydal/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_PYDAL
 	bool "python-pydal"
+	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
 	help
 	  pyDAL is a pure Python Database Abstraction Layer.  It
 	  dynamically generates the SQL in real time using the
-- 
2.55.0

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

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

end of thread, other threads:[~2026-08-02 20:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-26  9:27 [Buildroot] [PATCH 1/2] package/python-pydal: needs python xml module at runtime Julien Olivain via buildroot
2026-07-26  9:27 ` [Buildroot] [PATCH 2/2] support/testing: python-pydal: new runtime test Julien Olivain via buildroot
2026-08-02 20:29 ` [Buildroot] [PATCH 1/2] package/python-pydal: needs python xml module at runtime Julien Olivain via buildroot

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