aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pymysql_0.9.3.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2019-09-29 13:42:39 +0800
committerKhem Raj <raj.khem@gmail.com>2019-09-30 16:54:51 -0700
commita927a361cf05798adee7674f7118e15abc2a9210 (patch)
tree7c379ce0fc756da0a91bae3729d9fa92268bdfa3 /meta-python/recipes-devtools/python/python3-pymysql_0.9.3.bb
parente8a0323766a58fbe0db8ad7e655ee20851774aed (diff)
downloadmeta-openembedded-a927a361cf05798adee7674f7118e15abc2a9210.tar.gz
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 <jackie.huang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pymysql_0.9.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pymysql_0.9.3.bb2
1 files changed, 2 insertions, 0 deletions
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