diff options
| author | Tim Orling <ticotimo@gmail.com> | 2024-02-16 16:15:30 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-16 16:42:36 -0800 |
| commit | 70c567ad82d9e39725144bf562a7a7611de22d5c (patch) | |
| tree | bbab1017c0d090071f7f421d9486b91f868c4533 /meta-python/recipes-devtools/python/python3-ipy_1.01.bb | |
| parent | 441da99311afee0963fb4a8cbd45ec8350ce4cf2 (diff) | |
| download | meta-openembedded-70c567ad82d9e39725144bf562a7a7611de22d5c.tar.gz | |
python3-ipy: 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-ipy_1.01.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ipy_1.01.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipy_1.01.bb b/meta-python/recipes-devtools/python/python3-ipy_1.01.bb index 8e7b5b987e..36d0b9ae27 100644 --- a/meta-python/recipes-devtools/python/python3-ipy_1.01.bb +++ b/meta-python/recipes-devtools/python/python3-ipy_1.01.bb | |||
| @@ -19,7 +19,8 @@ SRC_URI += " \ | |||
| 19 | " | 19 | " |
| 20 | 20 | ||
| 21 | RDEPENDS:${PN}-ptest += " \ | 21 | RDEPENDS:${PN}-ptest += " \ |
| 22 | ${PYTHON_PN}-pytest \ | 22 | python3-pytest \ |
| 23 | python3-unittest-automake-output \ | ||
| 23 | " | 24 | " |
| 24 | 25 | ||
| 25 | do_install_ptest() { | 26 | do_install_ptest() { |
