python3-flask: Add missing ptest deps

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2024-09-12 22:39:43 -07:00
parent 504f721090
commit b64edeccfa

View File

@ -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/