diff options
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-flask_3.0.3.bb')
-rw-r--r-- | meta-openembedded/meta-python/recipes-devtools/python/python3-flask_3.0.3.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-flask_3.0.3.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-flask_3.0.3.bb index 98e773008c..de755dc294 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python3-flask_3.0.3.bb +++ b/meta-openembedded/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/ |