From b64edeccfa37a872618546437b43466e7d1b07f3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 12 Sep 2024 22:39:43 -0700 Subject: python3-flask: Add missing ptest deps Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-flask_3.0.3.bb | 4 ++++ 1 file changed, 4 insertions(+) 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 98e773008c..de755dc294 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} = " \ python3-werkzeug \ " +RDEPENDS:${PN}-ptest += "\ + python3-pytest \ + python3-unittest-automake-output \ +" do_install_ptest() { install -d ${D}${PTEST_PATH}/tests cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -- cgit v1.2.3-54-g00ecf