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>
This commit is contained in:
Bartosz Golaszewski
2023-06-23 16:38:42 +02:00
committed by Khem Raj
parent 625818eb0e
commit e88c3c8440

View File

@@ -15,7 +15,10 @@ inherit pypi setuptools3
RDEPENDS:${PN} = " \ RDEPENDS:${PN} = " \
python3-babel \ python3-babel \
python3-blinker \
python3-flask \ python3-flask \
python3-flask-login \ python3-flask-login \
python3-flask-mail \ python3-flask-mail \
python3-flask-wtf \
python3-passlib \
" "