summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pymysql.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pymysql.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-pymysql.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pymysql.inc b/meta-python/recipes-devtools/python/python-pymysql.inc
new file mode 100644
index 000000000..8c7f4556c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pymysql.inc
@@ -0,0 +1,18 @@
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[md5sum] = "e5d9183cc0a775ac29f9e0365cca6556"
12SRC_URI[sha256sum] = "d8c059dcd81dedb85a9f034d5e22dcb4442c0b201908bede99e306d65ea7c8e7"
13
14inherit pypi
15
16PYPI_PACKAGE = "PyMySQL"
17
18RDEPENDS_${PN} += "${PYTHON_PN}-cryptography"