From c41fbcd484701a909c65ff608d4446236a56e578 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 29 Jun 2021 22:20:07 +0100 Subject: [PATCH] python3-pip/python3-pbr: Drop obsolete md5sum at upgrade Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pbr_5.6.0.bb | 1 - meta/recipes-devtools/python/python3-pip_21.1.3.bb | 1 - 2 files changed, 2 deletions(-) diff --git a/meta/recipes-devtools/python/python3-pbr_5.6.0.bb b/meta/recipes-devtools/python/python3-pbr_5.6.0.bb index c5ad778cd0..132e6e52b6 100644 --- a/meta/recipes-devtools/python/python3-pbr_5.6.0.bb +++ b/meta/recipes-devtools/python/python3-pbr_5.6.0.bb @@ -1,5 +1,4 @@ inherit setuptools3 require python-pbr.inc -SRC_URI[md5sum] = "62565acc6bf3e7e10b082463421f8b46" SRC_URI[sha256sum] = "42df03e7797b796625b1029c0400279c7c34fd7df24a7d7818a1abb5b38710dd" diff --git a/meta/recipes-devtools/python/python3-pip_21.1.3.bb b/meta/recipes-devtools/python/python3-pip_21.1.3.bb index 239e83fced..0f105c2393 100644 --- a/meta/recipes-devtools/python/python3-pip_21.1.3.bb +++ b/meta/recipes-devtools/python/python3-pip_21.1.3.bb @@ -10,7 +10,6 @@ inherit pypi distutils3 SRC_URI += "file://0001-change-shebang-to-python3.patch" -SRC_URI[md5sum] = "e459d41a10ce33688b5d389216a8876f" SRC_URI[sha256sum] = "b5b1eb91b36894bd01b8e5a56a422c2f3838573da0b0a1c63a096bb454e3b23f" do_install_append() { -- 2.40.1