From 4c2d0dc913d96ef6083b321e5cc7390513b4bb94 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 20 Nov 2024 16:48:16 -0800 Subject: 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 --- meta-python/recipes-devtools/python/python3-flask_3.1.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python') 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 \ " -- cgit v1.2.3-54-g00ecf