summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sqlparse_0.5.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sqlparse_0.5.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-sqlparse_0.5.3.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.5.3.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.5.3.bb
new file mode 100644
index 0000000000..e3e0e67c15
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.5.3.bb
@@ -0,0 +1,19 @@
1DESCRIPTION = "Non-validating SQL parser module"
2HOMEPAGE = "https://pypi.python.org/pypi/sqlparse"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc"
6
7SRC_URI[sha256sum] = "09f67787f56a0b16ecdbde1bfc7f5d9c3371ca683cfeaa8e6ff60b4807ec9272"
8
9export BUILD_SYS
10export HOST_SYS
11
12inherit pypi ptest-python-pytest python_hatchling
13
14RDEPENDS:${PN}-ptest += "\
15 python3-mypy \
16 python3-unixadmin \
17"
18
19BBCLASSEXTEND = "native nativesdk"