python3-pyjks: stop using PYTHON_PN

We no longer support python2, so use python3 explicitly. While at it:
add missing spaces for consistent coding style.

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-05-31 10:23:23 +02:00
committed by Khem Raj
parent 2b6bed8995
commit 5d67a7900c

View File

@@ -11,12 +11,12 @@ SRC_URI[sha256sum] = "0378cec15fb11b2ed27ba54dad9fd987d48e6f62f49fcff138f5f7a8b3
inherit pypi setuptools3
RDEPENDS:${PN} = "\
${PYTHON_PN}-javaobj-py3 \
${PYTHON_PN}-pyasn1 \
${PYTHON_PN}-pyasn1-modules \
${PYTHON_PN}-pycryptodome \
${PYTHON_PN}-twofish\
RDEPENDS:${PN} = " \
python3-javaobj-py3 \
python3-pyasn1 \
python3-pyasn1-modules \
python3-pycryptodome \
python3-twofish \
"
BBCLASSEXTEND = "native nativesdk"