diff mbox series

[meta-python,RESEND,15/54] python3-flask-user: add missing run-time dependencies

Message ID 20230619132214.213417-16-brgl@bgdev.pl
State New
Headers show
Series python3: improve run-time dependencies situation | expand

Commit Message

Bartosz Golaszewski June 19, 2023, 1:21 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 .../recipes-devtools/python/python3-flask-user_0.6.19.bb       | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

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 a1b15c99c..ac449361a 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 \
 "