From 84146661b58e35ea80eb0bf8d8e149e3e74d2ebd Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 1 Sep 2022 09:21:25 +0200 Subject: python3-pip: remove unneeded reproducible.patch Since "python_pep517: use installer instead of pip" pip is no longer used in builds, and therefore doesn't need to behave reproducibly. I have submitted the patch upstream; upstream have suggested that the way it had been used previously is non-reproducible by design, and if pip is again brought into builds in the future, we should use specific options for reproducibility: https://github.com/pypa/pip/issues/11424 (From OE-Core rev: 654f9d5088d00ee27b4d2f7b3bb371195de52247) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pip_22.2.2.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-devtools/python/python3-pip_22.2.2.bb') diff --git a/meta/recipes-devtools/python/python3-pip_22.2.2.bb b/meta/recipes-devtools/python/python3-pip_22.2.2.bb index 9ef6d51cf5..5b6cccf7ed 100644 --- a/meta/recipes-devtools/python/python3-pip_22.2.2.bb +++ b/meta/recipes-devtools/python/python3-pip_22.2.2.bb @@ -33,7 +33,6 @@ LIC_FILES_CHKSUM = "\ inherit pypi python_setuptools_build_meta SRC_URI += "file://no_shebang_mangling.patch" -SRC_URI += "file://reproducible.patch" SRC_URI[sha256sum] = "3fd1929db052f056d7a998439176d3333fa1b3f6c1ad881de1885c0717608a4b" -- cgit v1.2.3-54-g00ecf