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/pywbemtools | |
| 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/pywbemtools')
| -rw-r--r-- | meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.0.bb | 36 |
1 files changed, 18 insertions, 18 deletions
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" |
