diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sqlparse_0.5.5.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-sqlparse_0.5.5.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.5.5.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.5.5.bb new file mode 100644 index 0000000000..03c032c49e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.5.5.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 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] = "e20d4a9b0b8585fdf63b10d30066c7c94c5d7a7ec47c889a2d83a3caa93ff28e" | ||
| 8 | |||
| 9 | CVE_PRODUCT = "sqlparse" | ||
| 10 | |||
| 11 | export BUILD_SYS | ||
| 12 | export HOST_SYS | ||
| 13 | |||
| 14 | inherit pypi ptest-python-pytest python_hatchling | ||
| 15 | |||
| 16 | RDEPENDS:${PN}-ptest += "\ | ||
| 17 | python3-mypy \ | ||
| 18 | python3-unixadmin \ | ||
| 19 | " | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | ||
