d06ec8b514
add python to MySQL connection software, written in pure python Signed-off-by: Steve Calfee <stevecalfee@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
config BR2_PACKAGE_PYTHON_PYMYSQL
|
|
bool "python-pymysql"
|
|
help
|
|
PyMySQL is a pure-Python MySQL client library. It follows
|
|
the DB-API 2.0.
|
|
|
|
https://pypi.python.org/pypi/PyMySQL/
|