summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-09-12 22:39:43 -0700
committerKhem Raj <raj.khem@gmail.com>2024-09-12 23:21:25 -0700
commitb64edeccfa37a872618546437b43466e7d1b07f3 (patch)
treed283be31f5c1f2b47d5f8f5bd214204d8f6cf9b8
parent504f7210906d18f67eee4d8da114c45d1ef3f6f4 (diff)
downloadmeta-openembedded-b64edeccfa37a872618546437b43466e7d1b07f3.tar.gz
python3-flask: Add missing ptest deps
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-flask_3.0.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask_3.0.3.bb b/meta-python/recipes-devtools/python/python3-flask_3.0.3.bb
index 98e773008..de755dc29 100644
--- a/meta-python/recipes-devtools/python/python3-flask_3.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-flask_3.0.3.bb
@@ -28,6 +28,10 @@ RDEPENDS:${PN} = " \
28 python3-werkzeug \ 28 python3-werkzeug \
29" 29"
30 30
31RDEPENDS:${PN}-ptest += "\
32 python3-pytest \
33 python3-unittest-automake-output \
34"
31do_install_ptest() { 35do_install_ptest() {
32 install -d ${D}${PTEST_PATH}/tests 36 install -d ${D}${PTEST_PATH}/tests
33 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ 37 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/