1SUMMARY = "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 11SRC_URI[sha256sum] = "816927a350f38d56072aeca5dfb10221fe1dc653745853d30a216637f5d7ad36" 12 13PYPI_PACKAGE = "PyMySQL" 14inherit pypi setuptools3 15 16RDEPENDS:${PN} += "${PYTHON_PN}-cryptography" 17