mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-pydal/Config.in: bool argument needs quotation marks
Fixes the following error/warnings with kconfig from linux-6.9-rc5: package/python-pydal/Config.in:2: syntax error package/python-pydal/Config.in:2: invalid statement package/python-pydal/Config.in:3: invalid statement [...] Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
ff70f9ee4c
commit
9f8d3f47d7
@@ -1,5 +1,5 @@
|
||||
config BR2_PACKAGE_PYTHON_PYDAL
|
||||
bool python-pydal
|
||||
bool "python-pydal"
|
||||
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