kumquat-buildroot/package/python-pymysql/Config.in
Asaf Kahlon e72a59b283 package/python-pymysql: bump to version 1.0.2
* 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>
2021-10-03 10:22:17 +02:00

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/