diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-25 16:56:22 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-27 09:19:03 -0700 |
commit | 20f69bd91d7f2178f73f610b90289495eced43e0 (patch) | |
tree | da4fc5f4bdc29bfaee82508cda59b75ca8f18f95 | |
parent | 09564ad313a4e015377ce83612790a25bf11435f (diff) | |
download | meta-openembedded-20f69bd91d7f2178f73f610b90289495eced43e0.tar.gz |
python3-robotframework: upgrade 7.0 -> 7.0.1
Changelog:
https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-7.0.1.rst
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-robotframework_7.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-robotframework_7.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-robotframework_7.0.bb b/meta-python/recipes-devtools/python/python3-robotframework_7.0.1.bb index beb71e6a18..9e81e8e7be 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_7.0.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_7.0.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] = "04623f758346c917db182e17591ffa474090560c02ed5a64343902e72b7b4bd5" | 16 | SRC_URI[sha256sum] = "58d01b84cd7eccea69f2dbe13cbcbff1299e551168d3b88c25617b0c9d6ddc75" |
17 | 17 | ||
18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | python3-shell \ | 19 | python3-shell \ |