mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 15:49: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:
parent
a0151160bc
commit
6daa8faf69
@ -13,11 +13,11 @@ inherit pypi python_setuptools_build_meta ptest
|
||||
DEPENDS += "python3-setuptools-scm-native"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-appdirs \
|
||||
python3-appdirs \
|
||||
"
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-unittest-automake-output \
|
||||
python3-pytest \
|
||||
python3-unittest-automake-output \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk native"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user