diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pymysql_1.1.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pymysql_1.1.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymysql_1.1.3.bb b/meta-python/recipes-devtools/python/python3-pymysql_1.1.3.bb new file mode 100644 index 0000000000..6239028fe9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymysql_1.1.3.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "A pure-Python MySQL client library" | ||
| 2 | DESCRIPTION = " \ | ||
| 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 | " | ||
| 6 | SECTION = "devel/python" | ||
| 7 | HOMEPAGE = "https://pymysql.readthedocs.io" | ||
| 8 | LICENSE = "MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=528175c84163bb800d23ad835c7fa0fc" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "e70ebf2047a4edf6138cf79c68ad418ef620af65900aa585c5e8bfc95044d43a" | ||
| 12 | |||
| 13 | PYPI_PACKAGE = "pymysql" | ||
| 14 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 15 | |||
| 16 | inherit pypi python_setuptools_build_meta | ||
| 17 | |||
| 18 | RDEPENDS:${PN} += "python3-cryptography" | ||
