From d9cfcad1df9f5d467d38788e73d67395e80a27e1 Mon Sep 17 00:00:00 2001 From: "J. S." Date: Fri, 18 Oct 2024 15:05:52 -0400 Subject: [PATCH] pyrtm: Drop unnecessary SRC_URI md5sum Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/pyrtm_0.4.2.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb index ed4e588509..cf800c9588 100644 --- a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb +++ b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb @@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e PYPI_PACKAGE_EXT = "tar.bz2" -SRC_URI[md5sum] = "7c87da94656b620dfe532ca63d642eb8" SRC_URI[sha256sum] = "b2d701b25ad3f9a1542057f3eb492c5c1d7dbe2b8d1e8f763043dcc14ee1d933" inherit pypi setuptools3