mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-pywbem: don't use PYTHON_PN
We no longer support python2. Drop PYTHON_PN and use python3 explicitly. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
364a2f8956
commit
9f88e84b0c
|
|
@ -21,26 +21,26 @@ SRC_URI[sha256sum] = "abdbd6ce08b6c597cdd6c7730e6b49a842d913f2f6b3cc62b585c58ec3
|
|||
inherit pypi setuptools3 update-alternatives
|
||||
|
||||
DEPENDS += " \
|
||||
${PYTHON_PN}-ply-native \
|
||||
${PYTHON_PN}-pyyaml-native \
|
||||
${PYTHON_PN}-six-native \
|
||||
${PYTHON_PN}-wheel-native \
|
||||
python3-ply-native \
|
||||
python3-pyyaml-native \
|
||||
python3-six-native \
|
||||
python3-wheel-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-ply \
|
||||
${PYTHON_PN}-pyyaml \
|
||||
${PYTHON_PN}-six \
|
||||
${PYTHON_PN}-stringold \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-unixadmin \
|
||||
${PYTHON_PN}-xml \
|
||||
${PYTHON_PN}-nocasedict \
|
||||
${PYTHON_PN}-nocaselist \
|
||||
${PYTHON_PN}-yamlloader \
|
||||
python3-datetime \
|
||||
python3-io \
|
||||
python3-netclient \
|
||||
python3-ply \
|
||||
python3-pyyaml \
|
||||
python3-six \
|
||||
python3-stringold \
|
||||
python3-threading \
|
||||
python3-unixadmin \
|
||||
python3-xml \
|
||||
python3-nocasedict \
|
||||
python3-nocaselist \
|
||||
python3-yamlloader \
|
||||
"
|
||||
|
||||
ALTERNATIVE:${PN} = "mof_compiler"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user