mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-flask: Add missing ptest deps
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
504f721090
commit
b64edeccfa
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user