diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:38:58 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
commit | 2493f4c8addd858fe70a0f99b584e8f9f7c2c7f2 (patch) | |
tree | 8f4a8ca1ede83303ef2cec40076f1129a8fdf0bd /meta-python/recipes-devtools/python | |
parent | 25bb720fe8129db6e75003a84744bbece701d247 (diff) | |
download | meta-openembedded-2493f4c8addd858fe70a0f99b584e8f9f7c2c7f2.tar.gz |
python3-aioserial: fix coding style
Stop using PYTHON_PN, fix whitespaces, drop python3-core from RDEPENDS.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rwxr-xr-x | meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb b/meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb index 7ef47a2f83..6419aa9c9b 100755 --- a/meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb | |||
@@ -11,7 +11,6 @@ SRC_URI[sha256sum] = "702bf03b0eb84b8ef2d8dac5cb925e1e685dce98f77b125569bc6fd2b3 | |||
11 | 11 | ||
12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
13 | 13 | ||
14 | RDEPENDS:${PN} += "\ | 14 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-core \ | 15 | python3-pyserial \ |
16 | ${PYTHON_PN}-pyserial \ | ||
17 | " | 16 | " |