diff options
-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 | " |