e72a59b283
* The package doesn't support python2 anymore. * Indent with two spaces in the hash file. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
config BR2_PACKAGE_PYTHON_PYMYSQL
|
|
bool "python-pymysql"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
help
|
|
PyMySQL is a pure-Python MySQL client library. It follows
|
|
the DB-API 2.0.
|
|
|
|
https://pypi.python.org/pypi/PyMySQL/
|