diff options
| author | Tim Orling <ticotimo@gmail.com> | 2024-02-19 20:10:24 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-19 23:22:24 -0800 |
| commit | 94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310 (patch) | |
| tree | 660b031c78987c950276b88e25731fff42588c49 /meta-python/recipes-extended | |
| parent | 16935136bd80c1ce832a86bd1972d2e5d4c061d6 (diff) | |
| download | meta-openembedded-94c20e1ef4d7bd1dde1003cde25b9adb1ccc8310.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-extended')
4 files changed, 23 insertions, 23 deletions
diff --git a/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.5.bb b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.5.bb index 0478d0d5c2..8c9262afb8 100644 --- a/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.5.bb +++ b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.5.bb | |||
| @@ -11,6 +11,6 @@ PYPI_PACKAGE = "ephem" | |||
| 11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
| 12 | 12 | ||
| 13 | RDEPENDS:${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
| 14 | ${PYTHON_PN}-datetime \ | 14 | python3-datetime \ |
| 15 | ${PYTHON_PN}-math \ | 15 | python3-math \ |
| 16 | " | 16 | " |
diff --git a/meta-python/recipes-extended/python-rich/python3-rich_13.7.0.bb b/meta-python/recipes-extended/python-rich/python3-rich_13.7.0.bb index 5a1d5ddb8f..959f0d51aa 100644 --- a/meta-python/recipes-extended/python-rich/python3-rich_13.7.0.bb +++ b/meta-python/recipes-extended/python-rich/python3-rich_13.7.0.bb | |||
| @@ -12,4 +12,4 @@ SRC_URI[sha256sum] = "5cb5123b5cf9ee70584244246816e9114227e0b98ad9176eede6ad54bf | |||
| 12 | 12 | ||
| 13 | inherit pypi python_poetry_core | 13 | inherit pypi python_poetry_core |
| 14 | 14 | ||
| 15 | RDEPENDS:${PN} = "${PYTHON_PN}-pygments" | 15 | RDEPENDS:${PN} = "python3-pygments" |
diff --git a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.8.2.bb b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.8.2.bb index e18aa83df2..69578ba84f 100644 --- a/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.8.2.bb +++ b/meta-python/recipes-extended/python3-portalocker/python3-portalocker_2.8.2.bb | |||
| @@ -13,6 +13,6 @@ inherit pypi python_setuptools_build_meta | |||
| 13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
| 14 | 14 | ||
| 15 | RDEPENDS:${PN} += " \ | 15 | RDEPENDS:${PN} += " \ |
| 16 | ${PYTHON_PN}-fcntl \ | 16 | python3-fcntl \ |
| 17 | ${PYTHON_PN}-logging \ | 17 | python3-logging \ |
| 18 | " | 18 | " |
diff --git a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.0.bb b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.0.bb index ab631b256f..89c05c2a68 100644 --- a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.0.bb +++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.0.bb | |||
| @@ -9,24 +9,24 @@ SRC_URI[sha256sum] = "921fb57ea2ae3ae2806e18895bb0457697f27221b345c8b05afa4cb304 | |||
| 9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
| 10 | 10 | ||
| 11 | RDEPENDS:${PN}:class-target += "\ | 11 | RDEPENDS:${PN}:class-target += "\ |
| 12 | ${PYTHON_PN}-ply \ | 12 | python3-ply \ |
| 13 | ${PYTHON_PN}-pyyaml \ | 13 | python3-pyyaml \ |
| 14 | ${PYTHON_PN}-six \ | 14 | python3-six \ |
| 15 | ${PYTHON_PN}-pywbem \ | 15 | python3-pywbem \ |
| 16 | ${PYTHON_PN}-click \ | 16 | python3-click \ |
| 17 | ${PYTHON_PN}-requests \ | 17 | python3-requests \ |
| 18 | ${PYTHON_PN}-prompt-toolkit \ | 18 | python3-prompt-toolkit \ |
| 19 | ${PYTHON_PN}-mock \ | 19 | python3-mock \ |
| 20 | ${PYTHON_PN}-packaging \ | 20 | python3-packaging \ |
| 21 | ${PYTHON_PN}-nocasedict \ | 21 | python3-nocasedict \ |
| 22 | ${PYTHON_PN}-yamlloader \ | 22 | python3-yamlloader \ |
| 23 | ${PYTHON_PN}-click-repl \ | 23 | python3-click-repl \ |
| 24 | ${PYTHON_PN}-click-spinner \ | 24 | python3-click-spinner \ |
| 25 | ${PYTHON_PN}-asciitree \ | 25 | python3-asciitree \ |
| 26 | ${PYTHON_PN}-tabulate \ | 26 | python3-tabulate \ |
| 27 | ${PYTHON_PN}-pydicti \ | 27 | python3-pydicti \ |
| 28 | ${PYTHON_PN}-nocaselist \ | 28 | python3-nocaselist \ |
| 29 | ${PYTHON_PN}-custom-inherit \ | 29 | python3-custom-inherit \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | BBCLASSEXTEND = "native" | 32 | BBCLASSEXTEND = "native" |
