diff options
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 | " |