mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-26 06:10:50 +00:00
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:
committed by
Khem Raj
parent
2b6bed8995
commit
5d67a7900c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user