From a927a361cf05798adee7674f7118e15abc2a9210 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Sun, 29 Sep 2019 13:42:39 +0800 Subject: python-pymysql: add recipes for python2 and python3 This package contains a pure-Python MySQL client library, based on PEP 249 Most public APIs are compatible with mysqlclient and MySQLdb. Signed-off-by: Jackie Huang Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pymysql_0.9.3.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pymysql_0.9.3.bb (limited to 'meta-python/recipes-devtools/python/python3-pymysql_0.9.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-pymysql_0.9.3.bb b/meta-python/recipes-devtools/python/python3-pymysql_0.9.3.bb new file mode 100644 index 0000000000..13774bd632 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymysql_0.9.3.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pymysql.inc -- cgit v1.2.3-54-g00ecf