Message ID | 20241121020831.884684-3-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-python,1/5] python3-blinker: Upgrade to 1.9.0 | expand |
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" RDEPENDS:${PN} = " \ python3-blinker \ python3-click \ + python3-importlib-metadata \ python3-itsdangerous \ python3-jinja2 \ - python3-profile \ python3-werkzeug \ " RDEPENDS:${PN}-ptest += "\ + python3-asgiref \ python3-pytest \ python3-unittest-automake-output \ "
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> --- meta-python/recipes-devtools/python/python3-flask_3.1.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)