summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-16 16:15:36 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-16 16:42:37 -0800
commitf75e988e64a4f56b344b5d9a953bad4943c04a51 (patch)
treedb21307b86ac2851de4e5640f30d1af6adc96541 /meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb
parent23de36be41b607db156f67a2e7b47045e79de822 (diff)
downloadmeta-openembedded-f75e988e64a4f56b344b5d9a953bad4943c04a51.tar.gz
python3-service-identity: 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-service-identity_21.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb b/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb
index c3c26dda38..0a2f2728b7 100644
--- a/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb
@@ -20,7 +20,8 @@ RDEPENDS:${PN} += " \
20" 20"
21 21
22RDEPENDS:${PN}-ptest += " \ 22RDEPENDS:${PN}-ptest += " \
23 ${PYTHON_PN}-pytest \ 23 python3-pytest \
24 python3-unittest-automake-output \
24" 25"
25 26
26do_install_ptest() { 27do_install_ptest() {