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:
Bartosz Golaszewski
2023-06-23 16:38:36 +02:00
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"