diff options
| author | Tim Orling <ticotimo@gmail.com> | 2024-02-16 16:15:31 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-16 16:42:36 -0800 |
| commit | adc660605e0e2b8f5103f2d249a532f31c180092 (patch) | |
| tree | fbf281259b6b091c8cebf2fce6a8c2c7433a4ff6 /meta-python/recipes-devtools/python/python3-sqlparse_0.4.4.bb | |
| parent | 70c567ad82d9e39725144bf562a7a7611de22d5c (diff) | |
| download | meta-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.bb | 5 |
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 | |||
| 16 | inherit pypi ptest python_flit_core | 16 | inherit pypi ptest python_flit_core |
| 17 | 17 | ||
| 18 | RDEPENDS:${PN}-ptest += " \ | 18 | RDEPENDS:${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 | ||
| 23 | do_install_ptest() { | 24 | do_install_ptest() { |
