From b14efc9efd78aca9ed4ee32d9fc3baf1b4b78eb2 Mon Sep 17 00:00:00 2001 From: "J. S." Date: Fri, 18 Oct 2024 15:05:57 -0400 Subject: [PATCH] python3-appdirs: Drop unnecessary SRC_URI md5sum Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb index ad07b3b082..eab39312ae 100644 --- a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb +++ b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb @@ -6,7 +6,6 @@ SRC_URI += " \ file://run-ptest \ " -SRC_URI[md5sum] = "d6bca12613174185dd9abc8a29f4f012" SRC_URI[sha256sum] = "7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" inherit pypi setuptools3 ptest