diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-11-20 16:48:16 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-21 21:42:34 -0800 |
| commit | 4c2d0dc913d96ef6083b321e5cc7390513b4bb94 (patch) | |
| tree | 4f5eafb2a9628057a7f839c96d3f0caf9ac83c44 | |
| parent | bef6f172b6439ef14d71bcc9cc78a05d53d15dd4 (diff) | |
| download | meta-openembedded-4c2d0dc913d96ef6083b321e5cc7390513b4bb94.tar.gz | |
python3-flask: Adjust runtime dependencies
Drop python3-profile, its not needed anymore
add python3-importlib-metadata and python3-asgiref for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask_3.1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask_3.1.0.bb b/meta-python/recipes-devtools/python/python3-flask_3.1.0.bb index f1b18b075c..dd2795bd7d 100644 --- a/meta-python/recipes-devtools/python/python3-flask_3.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-flask_3.1.0.bb | |||
| @@ -22,13 +22,14 @@ CLEANBROKEN = "1" | |||
| 22 | RDEPENDS:${PN} = " \ | 22 | RDEPENDS:${PN} = " \ |
| 23 | python3-blinker \ | 23 | python3-blinker \ |
| 24 | python3-click \ | 24 | python3-click \ |
| 25 | python3-importlib-metadata \ | ||
| 25 | python3-itsdangerous \ | 26 | python3-itsdangerous \ |
| 26 | python3-jinja2 \ | 27 | python3-jinja2 \ |
| 27 | python3-profile \ | ||
| 28 | python3-werkzeug \ | 28 | python3-werkzeug \ |
| 29 | " | 29 | " |
| 30 | 30 | ||
| 31 | RDEPENDS:${PN}-ptest += "\ | 31 | RDEPENDS:${PN}-ptest += "\ |
| 32 | python3-asgiref \ | ||
| 32 | python3-pytest \ | 33 | python3-pytest \ |
| 33 | python3-unittest-automake-output \ | 34 | python3-unittest-automake-output \ |
| 34 | " | 35 | " |
