blob: 03c032c49e8f3056915290e2e52b525223d3f789 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "Non-validating SQL parser module"
HOMEPAGE = "https://pypi.python.org/pypi/sqlparse"
SECTION = "devel/python"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc"
SRC_URI[sha256sum] = "e20d4a9b0b8585fdf63b10d30066c7c94c5d7a7ec47c889a2d83a3caa93ff28e"
CVE_PRODUCT = "sqlparse"
export BUILD_SYS
export HOST_SYS
inherit pypi ptest-python-pytest python_hatchling
RDEPENDS:${PN}-ptest += "\
python3-mypy \
python3-unixadmin \
"
BBCLASSEXTEND = "native nativesdk"
|