summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2024-02-16 16:14:59 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-16 16:42:32 -0800
commite53f237ba4576adbe54ba4f6e72d1d662a5a8729 (patch)
tree2eff5d7e9382c54e27deff578407f28450ba003a /meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb
parent9b8e0ebb590372e33bb8256dcc342bc49f6b06a0 (diff)
downloadmeta-openembedded-e53f237ba4576adbe54ba4f6e72d1d662a5a8729.tar.gz
python3-requests-file: 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-requests-file_1.5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb b/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb
index 21cdb8c127..7ff984a933 100644
--- a/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-requests-file_1.5.1.bb
@@ -13,7 +13,8 @@ SRC_URI += " \
13" 13"
14 14
15RDEPENDS:${PN}-ptest += " \ 15RDEPENDS:${PN}-ptest += " \
16 ${PYTHON_PN}-pytest \ 16 python3-pytest \
17 python3-unittest-automake-output \
17" 18"
18 19
19do_install_ptest() { 20do_install_ptest() {