diff mbox series

[meta-python,56/68] python3-raven: Drop unnecessary SRC_URI md5sum

Message ID 20241018191101.25184-57-schonm@gmail.com
State Accepted
Headers show
Series [meta-python,01/68] python3-gsocketpool: Drop unnecessary SRC_URI md5sum | expand

Commit Message

J. S. Oct. 18, 2024, 7:06 p.m. UTC
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 meta-python/recipes-devtools/python/python3-raven_6.10.0.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-raven_6.10.0.bb b/meta-python/recipes-devtools/python/python3-raven_6.10.0.bb
index 79a38983d..54ae1c313 100644
--- a/meta-python/recipes-devtools/python/python3-raven_6.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-raven_6.10.0.bb
@@ -6,7 +6,6 @@  HOMEPAGE = "https://github.com/getsentry/raven-python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b9a4414e08f0571d55184531cefc131b"
 
-SRC_URI[md5sum] = "3676f31dadfa61526444dd0245c78a38"
 SRC_URI[sha256sum] = "3fa6de6efa2493a7c827472e984ce9b020797d0da16f1db67197bcc23c8fae54"
 
 PYPI_PACKAGE = "raven"