mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-msm: fix coding style
Order run-time dependencies alphabetically and add some whitespaces for consistency. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
bb70ead200
commit
4ceb44e391
|
|
@ -8,10 +8,10 @@ SRC_URI[sha256sum] = "a502aee54917cd394217b31c977a1ba3d9541a0120e0a045c49fd77b32
|
|||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-pako \
|
||||
python3-monotonic \
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-appdirs \
|
||||
python3-monotonic \
|
||||
python3-pako \
|
||||
"
|
||||
|
||||
do_install:append() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user