diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-09-12 22:39:43 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-12 23:21:25 -0700 |
| commit | b64edeccfa37a872618546437b43466e7d1b07f3 (patch) | |
| tree | d283be31f5c1f2b47d5f8f5bd214204d8f6cf9b8 /meta-python/recipes-devtools/python/python3-flask_3.0.3.bb | |
| parent | 504f7210906d18f67eee4d8da114c45d1ef3f6f4 (diff) | |
| download | meta-openembedded-b64edeccfa37a872618546437b43466e7d1b07f3.tar.gz | |
python3-flask: Add missing ptest deps
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask_3.0.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask_3.0.3.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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} = " \ | |||
| 28 | python3-werkzeug \ | 28 | python3-werkzeug \ |
| 29 | " | 29 | " |
| 30 | 30 | ||
| 31 | RDEPENDS:${PN}-ptest += "\ | ||
| 32 | python3-pytest \ | ||
| 33 | python3-unittest-automake-output \ | ||
| 34 | " | ||
| 31 | do_install_ptest() { | 35 | do_install_ptest() { |
| 32 | install -d ${D}${PTEST_PATH}/tests | 36 | install -d ${D}${PTEST_PATH}/tests |
| 33 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 37 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
