diff options
author | Tim Orling <ticotimo@gmail.com> | 2024-02-16 16:15:36 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-16 16:42:37 -0800 |
commit | f75e988e64a4f56b344b5d9a953bad4943c04a51 (patch) | |
tree | db21307b86ac2851de4e5640f30d1af6adc96541 /meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb | |
parent | 23de36be41b607db156f67a2e7b47045e79de822 (diff) | |
download | meta-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.bb | 3 |
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 | ||
22 | RDEPENDS:${PN}-ptest += " \ | 22 | RDEPENDS:${PN}-ptest += " \ |
23 | ${PYTHON_PN}-pytest \ | 23 | python3-pytest \ |
24 | python3-unittest-automake-output \ | ||
24 | " | 25 | " |
25 | 26 | ||
26 | do_install_ptest() { | 27 | do_install_ptest() { |