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