From 2493f4c8addd858fe70a0f99b584e8f9f7c2c7f2 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 23 Jun 2023 16:38:58 +0200 Subject: python3-aioserial: fix coding style Stop using PYTHON_PN, fix whitespaces, drop python3-core from RDEPENDS. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-aioserial_1.3.1.bb') 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 inherit pypi setuptools3 -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-core \ - ${PYTHON_PN}-pyserial \ +RDEPENDS:${PN} += " \ + python3-pyserial \ " -- cgit v1.2.3-54-g00ecf