mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-01 22:10:28 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
41c3a34e37
commit
7ed01ba2f0
@@ -8,6 +8,6 @@ SRC_URI[sha256sum] = "6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-six \
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user