summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-23 16:38:42 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-24 09:01:52 -0700
commite88c3c8440127afa24cca90a8472d3514839cd51 (patch)
tree838fe6c36051ce0876b13c74480cfeeddb8aa375 /meta-python/recipes-devtools/python
parent625818eb0eed5a1e38da5c9eacf426628055dcf7 (diff)
downloadmeta-openembedded-e88c3c8440127afa24cca90a8472d3514839cd51.tar.gz
python3-flask-user: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb3
1 files changed, 3 insertions, 0 deletions
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
15 15
16RDEPENDS:${PN} = " \ 16RDEPENDS:${PN} = " \
17 python3-babel \ 17 python3-babel \
18 python3-blinker \
18 python3-flask \ 19 python3-flask \
19 python3-flask-login \ 20 python3-flask-login \
20 python3-flask-mail \ 21 python3-flask-mail \
22 python3-flask-wtf \
23 python3-passlib \
21" 24"