diff options
author | Otavio Salvador <otavio.salvador@gmail.com> | 2022-01-03 13:18:46 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-05 17:18:16 +0000 |
commit | 6f393c686b357f1aedbbb1658d957ae6c2bb2985 (patch) | |
tree | eab791c154c23dcc070504dac729109b0c69c89c | |
parent | aa9c46358e73305b6e6aed2160fbb80f026bc6d1 (diff) | |
download | poky-6f393c686b357f1aedbbb1658d957ae6c2bb2985.tar.gz |
python3-hypothesis: upgrade 6.31.4 -> 6.34.1
(From OE-Core rev: d54efcd26577ef18d5e32e3de6f664040c3ccf1b)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-hypothesis_6.34.1.bb (renamed from meta/recipes-devtools/python/python3-hypothesis_6.31.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.31.4.bb b/meta/recipes-devtools/python/python3-hypothesis_6.34.1.bb index 6af290d8ca..eebca57631 100644 --- a/meta/recipes-devtools/python/python3-hypothesis_6.31.4.bb +++ b/meta/recipes-devtools/python/python3-hypothesis_6.34.1.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] = "7fa3911d7be699a3139dfa1d9625deed649f651beaab3422c0339742e66d32d0" | 16 | SRC_URI[sha256sum] = "5002ce1f27fd94b53b0046ac7d20dab17fd74ebc6c90d401979588eadc46f84e" |
17 | 17 | ||
18 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
19 | python3-attrs \ | 19 | python3-attrs \ |