diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:38:39 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
| commit | a24e93b575eee787b0a16b1c0bb7c75d4c98e1cb (patch) | |
| tree | bb988687f56aeb7a574430c39b10a4cb383f03d9 /meta-python | |
| parent | d6ad0dae171a293f8afad963d3dc0204f460dff0 (diff) | |
| download | meta-openembedded-a24e93b575eee787b0a16b1c0bb7c75d4c98e1cb.tar.gz | |
python3-et-xmlfile: fix coding style
Don't use PYTHON_PN and split RDEPENDS into multiple lines.
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-et-xmlfile_1.1.0.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb b/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb index 7c66342ec4..fbebf4869e 100644 --- a/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-et-xmlfile_1.1.0.bb | |||
| @@ -10,7 +10,12 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148 | |||
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c" | 11 | SRC_URI[sha256sum] = "8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c" |
| 12 | 12 | ||
| 13 | RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell" | 13 | RDEPENDS:${PN} += " \ |
| 14 | python3-compression \ | ||
| 15 | python3-io \ | ||
| 16 | python3-pprint \ | ||
| 17 | python3-shell \ | ||
| 18 | " | ||
| 14 | 19 | ||
| 15 | inherit setuptools3 pypi | 20 | inherit setuptools3 pypi |
| 16 | 21 | ||
