python3-flask-user: fix coding style

Stop using PYTHON_PN, make indentation and line breaks consistent and
order dependencies alphabetically.

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:41 +02:00 committed by Khem Raj
parent 3cecc1ca22
commit 625818eb0e

View File

@ -13,7 +13,9 @@ PYPI_PACKAGE = "Flask-User"
inherit pypi setuptools3
RDEPENDS:${PN} = "${PYTHON_PN}-flask \
${PYTHON_PN}-flask-login \
${PYTHON_PN}-flask-mail \
${PYTHON_PN}-babel"
RDEPENDS:${PN} = " \
python3-babel \
python3-flask \
python3-flask-login \
python3-flask-mail \
"