diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-07 16:41:51 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-09 10:17:15 -0800 |
commit | 30f5150d9345e41b49d14fe8f49e622a56590a1b (patch) | |
tree | bd4b4df167329e9af56f1aa096d432964c8ea8ca /meta-python | |
parent | e6706635ced7f7a4825a382b7d6d90a453ff3462 (diff) | |
download | meta-openembedded-30f5150d9345e41b49d14fe8f49e622a56590a1b.tar.gz |
python3-robotframework: upgrade 6.0 -> 6.0.1
Changelog:
https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-6.0.1.rst
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-robotframework_6.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-robotframework_6.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-robotframework_6.0.bb b/meta-python/recipes-devtools/python/python3-robotframework_6.0.1.bb index c638ef65f4..5f58a2ae5f 100644 --- a/meta-python/recipes-devtools/python/python3-robotframework_6.0.bb +++ b/meta-python/recipes-devtools/python/python3-robotframework_6.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] = "db9498dad21369a6702384db057994628cd2cf0a172f5685be941c4bf94e242f" | 16 | SRC_URI[sha256sum] = "b2d9a82912dfd27aae7afaad64771c58f5d948ca9d64e3ae72b16721b5e022ea" |
17 | 17 | ||
18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | ${PYTHON_PN}-shell \ | 19 | ${PYTHON_PN}-shell \ |