blob: 1f6fbd3bb12bf821768176acdc8d9238ae750905 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "A pure-Python MySQL client library"
2DESCRIPTION = " \
3 This package contains a pure-Python MySQL client library, based on PEP 249 \
4 Most public APIs are compatible with mysqlclient and MySQLdb. \
5 "
6SECTION = "devel/python"
7HOMEPAGE = "https://pymysql.readthedocs.io"
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=528175c84163bb800d23ad835c7fa0fc"
10
Andrew Geisslereef63862021-01-29 15:58:13 -060011SRC_URI[sha256sum] = "816927a350f38d56072aeca5dfb10221fe1dc653745853d30a216637f5d7ad36"
Andrew Geissler82c905d2020-04-13 13:39:40 -050012
13PYPI_PACKAGE = "PyMySQL"
14inherit pypi setuptools3
15
Patrick Williams213cb262021-08-07 19:21:33 -050016RDEPENDS:${PN} += "${PYTHON_PN}-cryptography"