diff mbox series

[meta-python,13/68] python3-asyncio-glib: Drop unnecessary SRC_URI md5sum

Message ID 20241018191101.25184-14-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-asyncio-glib_0.1.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb b/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb
index 01dfe5154..d73e83de5 100644
--- a/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb
@@ -6,7 +6,6 @@  inherit setuptools3 pypi features_check
 
 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
 
-SRC_URI[md5sum] = "60153055e76ceaacdfbaeafb03d61dd9"
 SRC_URI[sha256sum] = "fe3ceb2ba5f541330c07ca1bd7ae792468d625bad1acf5354a3a7a0b9fd87521"
 
 RDEPENDS:${PN} += "python3-asyncio python3-pygobject"