diff mbox series

[meta-python,10/10] python3-flask: Add missing ptest deps

Message ID 20240913062050.2597921-10-raj.khem@gmail.com
State New
Headers show
Series [meta-oe,01/10] paho-mqtt-cpp: Use system paho-mqtt-c | expand

Commit Message

Khem Raj Sept. 13, 2024, 6:20 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-flask_3.0.3.bb | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

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/