diff options
author | wangmy <wangmy@fujitsu.com> | 2022-05-25 14:40:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-27 23:50:48 +0100 |
commit | 05be13c59594c9d4335ebf15cd6936881d06c905 (patch) | |
tree | a6af646d61cb4e17ffec56bf66c93b754341c3f8 /meta/recipes-devtools | |
parent | 79ae37eedc9e3c114c5929e3edf71b08994efa35 (diff) | |
download | poky-05be13c59594c9d4335ebf15cd6936881d06c905.tar.gz |
python3-hypothesis: upgrade 6.46.4 -> 6.46.7
(From OE-Core rev: 082dbb3cb1290ca4cb4bfee207f55c97d12e4277)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-hypothesis_6.46.7.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.46.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.46.4.bb b/meta/recipes-devtools/python/python3-hypothesis_6.46.7.bb index 86d6793670..06bbe02f47 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.46.4.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.46.7.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] = "f5c24a3d3f8a0d8de2dd33079bf1580a3cfbfe74763187d47570fc9beea84c9b" | 16 | SRC_URI[sha256sum] = "967009fa561b3a3f8363a73d71923357271c37dc7fa27b30c2d21a1b6092b240" |
17 | 17 | ||
18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | python3-attrs \ | 19 | python3-attrs \ |