summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-23 16:38:41 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-24 09:01:52 -0700
commit625818eb0eed5a1e38da5c9eacf426628055dcf7 (patch)
treea3c0128cea1bc404ad8ff6397468204dac499466 /meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb
parent3cecc1ca22c2833948e5ec9b7af75530701718ba (diff)
downloadmeta-openembedded-625818eb0eed5a1e38da5c9eacf426628055dcf7.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-flask-user_0.6.19.bb10
1 files changed, 6 insertions, 4 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 fbacf2e996..a1b15c99c7 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
@@ -13,7 +13,9 @@ PYPI_PACKAGE = "Flask-User"
13 13
14inherit pypi setuptools3 14inherit pypi setuptools3
15 15
16RDEPENDS:${PN} = "${PYTHON_PN}-flask \ 16RDEPENDS:${PN} = " \
17 ${PYTHON_PN}-flask-login \ 17 python3-babel \
18 ${PYTHON_PN}-flask-mail \ 18 python3-flask \
19 ${PYTHON_PN}-babel" 19 python3-flask-login \
20 python3-flask-mail \
21"