mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +00:00
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:
@@ -11,6 +11,6 @@ PYPI_PACKAGE = "ephem"
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-math \
|
||||
python3-datetime \
|
||||
python3-math \
|
||||
"
|
||||
|
||||
@@ -12,4 +12,4 @@ SRC_URI[sha256sum] = "5cb5123b5cf9ee70584244246816e9114227e0b98ad9176eede6ad54bf
|
||||
|
||||
inherit pypi python_poetry_core
|
||||
|
||||
RDEPENDS:${PN} = "${PYTHON_PN}-pygments"
|
||||
RDEPENDS:${PN} = "python3-pygments"
|
||||
|
||||
@@ -13,6 +13,6 @@ inherit pypi python_setuptools_build_meta
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-fcntl \
|
||||
${PYTHON_PN}-logging \
|
||||
python3-fcntl \
|
||||
python3-logging \
|
||||
"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user