All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2
@ 2022-06-17  6:25 Wang Mingyu
  2022-06-17  6:25 ` [OE-core] [PATCH] python3-exceptiongroup : add recipe Wang Mingyu
  2022-06-17  8:25 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2 Jose Quaresma
  0 siblings, 2 replies; 9+ messages in thread
From: Wang Mingyu @ 2022-06-17  6:25 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Add dependence exceptiongroup.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...hon3-hypothesis_6.46.11.bb => python3-hypothesis_6.47.2.bb} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_6.46.11.bb => python3-hypothesis_6.47.2.bb} (88%)

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb b/meta/recipes-devtools/python/python3-hypothesis_6.47.2.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.47.2.bb
index 1d9772d4ff..f56bf3d19e 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.46.11.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.47.2.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "f5c1cf61b24b094355577a6b8fbbb8eb54c1b0216fbc0519af97c46bddf43c42"
+SRC_URI[sha256sum] = "9c01a225eada7d74d38430e3e91e659e3a892fbc2b15f7b051779ded6ab73ee7"
 
 RDEPENDS:${PN} += " \
     python3-attrs \
@@ -23,6 +23,7 @@ RDEPENDS:${PN} += " \
     python3-sortedcontainers \
     python3-statistics \
     python3-unittest \
+    ${PYTHON_PN}-exceptiongroup \
     "
 
 RDEPENDS:${PN}-ptest += " \
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-06-18 23:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-17  6:25 [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2 Wang Mingyu
2022-06-17  6:25 ` [OE-core] [PATCH] python3-exceptiongroup : add recipe Wang Mingyu
2022-06-17 12:17   ` Alexandre Belloni
     [not found]   ` <16F967959065881B.10812@lists.openembedded.org>
2022-06-17 12:20     ` Alexandre Belloni
2022-06-17 14:08   ` Ross Burton
2022-06-17 14:30   ` Tim Orling
2022-06-18 23:34     ` wangmy
2022-06-17  8:25 ` [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2 Jose Quaresma
2022-06-17 14:33   ` Tim Orling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.