summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-16 16:15:43 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-16 16:42:38 -0800
commit6610f706f38aa9ec08834364239e761870a2bcfc (patch)
treea18885e024b27b5ce79efe0dd60e957107213caa /meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb
parent848765aba678cd675ecd88413d622c8cb8a1d295 (diff)
downloadmeta-openembedded-6610f706f38aa9ec08834364239e761870a2bcfc.tar.gz
python3-polyline: 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-polyline_2.0.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb b/meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb
index 2eae0caf9c..4abe167f7b 100644
--- a/meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-polyline_2.0.1.bb
@@ -16,7 +16,8 @@ SRC_URI += " \
16" 16"
17 17
18RDEPENDS:${PN}-ptest += " \ 18RDEPENDS:${PN}-ptest += " \
19 ${PYTHON_PN}-pytest \ 19 python3-pytest \
20 python3-unittest-automake-output \
20" 21"
21 22
22do_install_ptest() { 23do_install_ptest() {