buildroot/package/python-pydal/Config.in
Thomas Petazzoni fd999c8a37 python-pydal: remove useless empty newline
There is an empty newline between the "help" keyword, and the help
text, which we don't normally do in Buildroot. This commit gets rid of
this useless empty newline.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-01-19 21:45:48 +01:00

16 lines
603 B
Plaintext

config BR2_PACKAGE_PYTHON_PYDAL
bool python-pydal
help
pyDAL is a pure Python Database Abstraction Layer. It
dynamically generates the SQL in real time using the
specified dialect for the database back end, so that you do
not have to write SQL code or learn different SQL dialects
(the term SQL is used generically), and your code will be
portable among different types of databases.
pyDAL comes from the original web2py's DAL, with the aim of
being wide-compatible. pyDAL doesn't require web2py and can
be used in any Python context.
https://github.com/web2py/pydal