On 2021-01-19 12:37 p.m., Leon Anavi wrote: > - Add support for Python 3.10 > > Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin > --- > .../python/{python3-yappi_1.3.0.bb => python3-yappi_1.3.2.bb} | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > rename meta-python/recipes-devtools/python/{python3-yappi_1.3.0.bb => python3-yappi_1.3.2.bb} (81%) > > diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.3.0.bb b/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb > similarity index 81% > rename from meta-python/recipes-devtools/python/python3-yappi_1.3.0.bb > rename to meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb > index f87c3fb63..7c3f0fd4b 100644 > --- a/meta-python/recipes-devtools/python/python3-yappi_1.3.0.bb > +++ b/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb > @@ -4,8 +4,7 @@ HOMEPAGE = "https://github.com/sumerc/yappi" > LICENSE = "MIT" > LIC_FILES_CHKSUM = "file://LICENSE;md5=71c208c9a4fd864385eb69ad4caa3bee" > > -SRC_URI[md5sum] = "6dde41b116566cbe1575e41a1e376f74" > -SRC_URI[sha256sum] = "a443240f4a776fa1be04430bf423dbf09615c05eba34f4a2a6af344a7ce8ff61" > +SRC_URI[sha256sum] = "a51d3e6e5563cc74b5bb82ed6e7bd44a9c1a7eae3d97e4d52e9465edb3a8da8d" > > SRC_URI += " \ > file://run-ptest \ > > >