mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
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:
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 \
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user