summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ipy_1.01.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-16 16:15:30 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-16 16:42:36 -0800
commit70c567ad82d9e39725144bf562a7a7611de22d5c (patch)
treebbab1017c0d090071f7f421d9486b91f868c4533 /meta-python/recipes-devtools/python/python3-ipy_1.01.bb
parent441da99311afee0963fb4a8cbd45ec8350ce4cf2 (diff)
downloadmeta-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.bb3
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
21RDEPENDS:${PN}-ptest += " \ 21RDEPENDS:${PN}-ptest += " \
22 ${PYTHON_PN}-pytest \ 22 python3-pytest \
23 python3-unittest-automake-output \
23" 24"
24 25
25do_install_ptest() { 26do_install_ptest() {