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-devtools/python/python3-robotframework_7.0.bb | |
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-devtools/python/python3-robotframework_7.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-robotframework_7.0.bb | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python3-robotframework_7.0.bb b/meta-python/recipes-devtools/python/python3-robotframework_7.0.bb index ca301e46a4..beb71e6a18 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_7.0.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_7.0.bb | |||
@@ -16,15 +16,15 @@ PYPI_PACKAGE_EXT = "zip" | |||
16 | SRC_URI[sha256sum] = "04623f758346c917db182e17591ffa474090560c02ed5a64343902e72b7b4bd5" | 16 | SRC_URI[sha256sum] = "04623f758346c917db182e17591ffa474090560c02ed5a64343902e72b7b4bd5" |
17 | 17 | ||
18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | ${PYTHON_PN}-shell \ | 19 | python3-shell \ |
20 | ${PYTHON_PN}-pprint \ | 20 | python3-pprint \ |
21 | ${PYTHON_PN}-xml \ | 21 | python3-xml \ |
22 | ${PYTHON_PN}-difflib \ | 22 | python3-difflib \ |
23 | ${PYTHON_PN}-threading \ | 23 | python3-threading \ |
24 | ${PYTHON_PN}-html \ | 24 | python3-html \ |
25 | ${PYTHON_PN}-docutils \ | 25 | python3-docutils \ |
26 | ${PYTHON_PN}-ctypes \ | 26 | python3-ctypes \ |
27 | ${PYTHON_PN}-logging \ | 27 | python3-logging \ |
28 | ${PYTHON_PN}-numbers \ | 28 | python3-numbers \ |
29 | ${PYTHON_PN}-profile \ | 29 | python3-profile \ |
30 | " | 30 | " |