mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +00:00
python3-path: fix coding style
Stop using PYTHON_PN and make indentation consistent. 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
a0151160bc
commit
6daa8faf69
@@ -13,11 +13,11 @@ inherit pypi python_setuptools_build_meta ptest
|
|||||||
DEPENDS += "python3-setuptools-scm-native"
|
DEPENDS += "python3-setuptools-scm-native"
|
||||||
|
|
||||||
RDEPENDS:${PN} += " \
|
RDEPENDS:${PN} += " \
|
||||||
${PYTHON_PN}-appdirs \
|
python3-appdirs \
|
||||||
"
|
"
|
||||||
RDEPENDS:${PN}-ptest += " \
|
RDEPENDS:${PN}-ptest += " \
|
||||||
${PYTHON_PN}-pytest \
|
python3-pytest \
|
||||||
${PYTHON_PN}-unittest-automake-output \
|
python3-unittest-automake-output \
|
||||||
"
|
"
|
||||||
|
|
||||||
BBCLASSEXTEND = "nativesdk native"
|
BBCLASSEXTEND = "nativesdk native"
|
||||||
|
|||||||
Reference in New Issue
Block a user