From e88c3c8440127afa24cca90a8472d3514839cd51 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 23 Jun 2023 16:38:42 +0200 Subject: python3-flask-user: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb') diff --git a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb index a1b15c99c7..ac449361a4 100644 --- a/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb +++ b/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb @@ -15,7 +15,10 @@ inherit pypi setuptools3 RDEPENDS:${PN} = " \ python3-babel \ + python3-blinker \ python3-flask \ python3-flask-login \ python3-flask-mail \ + python3-flask-wtf \ + python3-passlib \ " -- cgit v1.2.3-54-g00ecf