diff mbox series

[meta-python,64/68] python3-versiontools: Drop unnecessary SRC_URI md5sum

Message ID 20241018191101.25184-65-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>
---
 .../recipes-devtools/python/python3-versiontools_1.9.1.bb        | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb b/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb
index 02639b590..8a83f1111 100644
--- a/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb
+++ b/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb
@@ -4,7 +4,6 @@  HOMEPAGE = "https://launchpad.net/versiontools"
 LICENSE = "LGPL-3.0-only"
 LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=20;md5=02193721a38fd8a05a4ddeb7df8e294d"
 
-SRC_URI[md5sum] = "602b7db8eea30dd29a1d451997adf251"
 SRC_URI[sha256sum] = "a969332887a18a9c98b0df0ea4d4ca75972f24ca94f06fb87d591377e83414f6"
 
 inherit pypi setuptools3