mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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:
parent
3cecc1ca22
commit
625818eb0e
|
|
@ -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 \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user