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>
This commit is contained in:
Julien Olivain
2026-07-26 11:27:10 +02:00
parent 29c988c7fc
commit dc6ff71ee3

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