package/python-pydal: needs python xml module at runtime

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>
(cherry picked from commit dc6ff71ee3)
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
Julien Olivain
2026-07-26 11:27:10 +02:00
committed by Titouan Christophe
parent d383ba838b
commit 1a3d80074c

View File

@@ -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