diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-19 11:32:07 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 13:13:18 -0800 |
commit | 2c607a1b34913a3db420bc8713d997fe445b3b90 (patch) | |
tree | ab010d458ce4cef74910d1bb3d1728f76270fde4 | |
parent | 3225c454b416198bd3da607012ae1b77dd1996a5 (diff) | |
download | meta-openembedded-2c607a1b34913a3db420bc8713d997fe445b3b90.tar.gz |
python3-robotframework: upgrade 7.0.1 -> 7.1
Changelog:
https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-7.1.rst
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-robotframework_7.1.bb (renamed from meta-python/recipes-devtools/python/python3-robotframework_7.0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-robotframework_7.0.1.bb b/meta-python/recipes-devtools/python/python3-robotframework_7.1.bb index 9e81e8e7be..979aba6812 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_7.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_7.1.bb | |||
@@ -13,7 +13,7 @@ inherit pypi setuptools3 | |||
13 | 13 | ||
14 | PYPI_PACKAGE_EXT = "zip" | 14 | PYPI_PACKAGE_EXT = "zip" |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "58d01b84cd7eccea69f2dbe13cbcbff1299e551168d3b88c25617b0c9d6ddc75" | 16 | SRC_URI[sha256sum] = "34796d387e182b36f05d82f3bbc802bd6a30192ebf1e03c76d2086d0d04faaff" |
17 | 17 | ||
18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | python3-shell \ | 19 | python3-shell \ |