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>
(cherry picked from commit 9f8d3f47d7)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Seiderer 2024-05-06 16:45:47 +02:00 committed by Peter Korsgaard
parent 033a9a64a6
commit c3ce1d642c

View File

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