summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-16 16:15:09 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-16 16:42:33 -0800
commitbe7a44fecc14d2bb0ed3282ae8fdc1040a47b344 (patch)
treead1ba7b360dcfe00cca09cb1db36692a68ff8a34 /meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb
parent4201621f4574172aebdadf50fc8c3a7930871aac (diff)
downloadmeta-openembedded-be7a44fecc14d2bb0ed3282ae8fdc1040a47b344.tar.gz
python3-intervals: 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-intervals_1.10.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb
index abf87c597c..3c5be47806 100644
--- a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb
@@ -14,7 +14,8 @@ SRC_URI += " \
14inherit pypi setuptools3 ptest 14inherit pypi setuptools3 ptest
15 15
16RDEPENDS:${PN}-ptest += " \ 16RDEPENDS:${PN}-ptest += " \
17 ${PYTHON_PN}-pytest \ 17 python3-pytest \
18 python3-unittest-automake-output \
18" 19"
19 20
20do_install_ptest() { 21do_install_ptest() {