diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:39:10 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:53 -0700 |
commit | 7ed01ba2f0ecceef695d25acca2689f7f429afc4 (patch) | |
tree | a55036ac8f2259baada08a6fe6ac4e67c0de3714 /meta-python | |
parent | 41c3a34e3700405724fd893b3625daf28c91ef06 (diff) | |
download | meta-openembedded-7ed01ba2f0ecceef695d25acca2689f7f429afc4.tar.gz |
python3-configobj: fix coding style
Stop using PYTHON_PN, fix whitespaces.
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-configobj_5.0.8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS:${PN} += "\ | 11 | RDEPENDS:${PN} += " \ |
12 | ${PYTHON_PN}-six \ | 12 | python3-six \ |
13 | " | 13 | " |