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