diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-10 20:39:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-11 17:09:16 +0000 |
commit | 777487c07f594738325f4536982210c7f9f8d19b (patch) | |
tree | c315ab40b196db9a9ab306c41b879ef8c63ea5c7 /meta/recipes-devtools/python | |
parent | 3cf772cfa6899943d6cf86047630ddc4bb2b6268 (diff) | |
download | poky-777487c07f594738325f4536982210c7f9f8d19b.tar.gz |
python3-hypothesis: upgrade 6.24.0 -> 6.24.2
(From OE-Core rev: 18f55f898401fa19e9ab52dc7b30485a44f2e069)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python3-hypothesis_6.24.2.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.24.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.24.0.bb b/meta/recipes-devtools/python/python3-hypothesis_6.24.2.bb index 50f7e01061..ef45ddb6c6 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.24.0.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.24.2.bb | |||
@@ -13,7 +13,7 @@ SRC_URI += " \ | |||
13 | file://test_rle.py \ | 13 | file://test_rle.py \ |
14 | " | 14 | " |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "ef53bd1c4756436be2e8d4a2e16f6f5ffbca7acbe8041e6872aea16176ff3806" | 16 | SRC_URI[sha256sum] = "4030f88ae0a8d3339a41dd7589c78d3ba0a3a270f729c12aceddaea7c60b224b" |
17 | 17 | ||
18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | python3-attrs \ | 19 | python3-attrs \ |