meta-python: drop ${PYTHON_PN}

python 2 is long unsupported, so we no longer need this variable.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Tim Orling
2024-02-19 20:10:24 -08:00
committed by Khem Raj
parent 16935136bd
commit 94c20e1ef4
231 changed files with 846 additions and 846 deletions
@@ -9,24 +9,24 @@ SRC_URI[sha256sum] = "921fb57ea2ae3ae2806e18895bb0457697f27221b345c8b05afa4cb304
inherit pypi setuptools3
RDEPENDS:${PN}:class-target += "\
${PYTHON_PN}-ply \
${PYTHON_PN}-pyyaml \
${PYTHON_PN}-six \
${PYTHON_PN}-pywbem \
${PYTHON_PN}-click \
${PYTHON_PN}-requests \
${PYTHON_PN}-prompt-toolkit \
${PYTHON_PN}-mock \
${PYTHON_PN}-packaging \
${PYTHON_PN}-nocasedict \
${PYTHON_PN}-yamlloader \
${PYTHON_PN}-click-repl \
${PYTHON_PN}-click-spinner \
${PYTHON_PN}-asciitree \
${PYTHON_PN}-tabulate \
${PYTHON_PN}-pydicti \
${PYTHON_PN}-nocaselist \
${PYTHON_PN}-custom-inherit \
python3-ply \
python3-pyyaml \
python3-six \
python3-pywbem \
python3-click \
python3-requests \
python3-prompt-toolkit \
python3-mock \
python3-packaging \
python3-nocasedict \
python3-yamlloader \
python3-click-repl \
python3-click-spinner \
python3-asciitree \
python3-tabulate \
python3-pydicti \
python3-nocaselist \
python3-custom-inherit \
"
BBCLASSEXTEND = "native"