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>
This commit is contained in:
Jackie Huang
2019-09-29 13:42:39 +08:00
committed by Khem Raj
parent e8a0323766
commit a927a361cf
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
inherit setuptools
require python-pymysql.inc