diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:23:38 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:59 -0700 |
| commit | 4ceb44e39105bb46f7cf84fe74074b3682116d77 (patch) | |
| tree | 99dd71842048b1fa3fecfbd6e99c7b5335a9660d /meta-python | |
| parent | bb70ead200616002ff5c5e0e70b27ec35db92e09 (diff) | |
| download | meta-openembedded-4ceb44e39105bb46f7cf84fe74074b3682116d77.tar.gz | |
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>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-msm_0.8.8.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb b/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb index 848b25dae8..ed30fd76ce 100644 --- a/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb +++ b/meta-python/recipes-devtools/python/python3-msm_0.8.8.bb | |||
| @@ -8,10 +8,10 @@ SRC_URI[sha256sum] = "a502aee54917cd394217b31c977a1ba3d9541a0120e0a045c49fd77b32 | |||
| 8 | 8 | ||
| 9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN} += "\ | 11 | RDEPENDS:${PN} += " \ |
| 12 | python3-pako \ | ||
| 13 | python3-monotonic \ | ||
| 14 | python3-appdirs \ | 12 | python3-appdirs \ |
| 13 | python3-monotonic \ | ||
| 14 | python3-pako \ | ||
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | do_install:append() { | 17 | do_install:append() { |
