From 7ed01ba2f0ecceef695d25acca2689f7f429afc4 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 23 Jun 2023 16:39:10 +0200 Subject: python3-configobj: fix coding style Stop using PYTHON_PN, fix whitespaces. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb index b8b5e6f897..fa9424a51e 100644 --- a/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb +++ b/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb @@ -8,6 +8,6 @@ SRC_URI[sha256sum] = "6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c inherit pypi setuptools3 -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-six \ +RDEPENDS:${PN} += " \ + python3-six \ " -- cgit v1.2.3-54-g00ecf