mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user