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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user