summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-16 16:15:31 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-16 16:42:36 -0800
commitadc660605e0e2b8f5103f2d249a532f31c180092 (patch)
treefbf281259b6b091c8cebf2fce6a8c2c7433a4ff6 /meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb
parent70c567ad82d9e39725144bf562a7a7611de22d5c (diff)
downloadmeta-openembedded-adc660605e0e2b8f5103f2d249a532f31c180092.tar.gz
python3-sqlparse: switch to pytest --automake
* Also replace ${PYTHON_PN} with python3 Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb
index e4ac403eb5..c04971ee8f 100644
--- a/meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb
@@ -16,8 +16,9 @@ export HOST_SYS
16inherit pypi ptest python_flit_core 16inherit pypi ptest python_flit_core
17 17
18RDEPENDS:${PN}-ptest += " \ 18RDEPENDS:${PN}-ptest += " \
19 ${PYTHON_PN}-pytest \ 19 python3-pytest \
20 ${PYTHON_PN}-unixadmin \ 20 python3-unittest-automake-output \
21 python3-unixadmin \
21" 22"
22 23
23do_install_ptest() { 24do_install_ptest() {