summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-16 16:14:52 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-16 16:42:31 -0800
commitc274202e3cabaa6c68a8f0c8b825524b91aa4338 (patch)
tree694e064d8f8e594634bc62e5b046916ccc0f5217 /meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb
parent086eeb45d4dd241bfccaa717cf34b2692c5cbb5f (diff)
downloadmeta-openembedded-c274202e3cabaa6c68a8f0c8b825524b91aa4338.tar.gz
python3-uritemplate: 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-uritemplate_4.1.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb b/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb
index 3c41b1eb4f..e741b6268d 100644
--- a/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb
@@ -14,7 +14,8 @@ SRC_URI += " \
14" 14"
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() {