From 91cac3259e136bd5694a948ef882203be1f62d21 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 4 Sep 2026 12:22:19 +0100 Subject: [PATCH] python3-future: remove obsolete PYPI_PACKAGE_HASH The need for PYPI_PACKAGE_HASH was removed in 2016[1]. [1] meta-oe 7edad4def40 ("pypi: update the base pypi url to use the package info without requiring the hash") Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-future_1.0.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-future_1.0.0.bb b/meta-python/recipes-devtools/python/python3-future_1.0.0.bb index eb66a7d33c..810ab9c9b7 100644 --- a/meta-python/recipes-devtools/python/python3-future_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-future_1.0.0.bb @@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ce268d4c2f911490f47ac5473a24bb89" SRC_URI[sha256sum] = "bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05" -PYPI_PACKAGE_HASH = "99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d" - inherit pypi setuptools3 BBCLASSEXTEND = "native"