diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-09-01 09:21:25 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-02 15:58:25 +0100 |
| commit | 84146661b58e35ea80eb0bf8d8e149e3e74d2ebd (patch) | |
| tree | 7e5a46f8aec5a337e0208182c667b7509f062b84 /meta/recipes-devtools/python/python3-pip_22.2.2.bb | |
| parent | 598f3dfd4967d735b3056c8077a7942c4ba72984 (diff) | |
| download | poky-84146661b58e35ea80eb0bf8d8e149e3e74d2ebd.tar.gz | |
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 <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pip_22.2.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pip_22.2.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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 = "\ | |||
| 33 | inherit pypi python_setuptools_build_meta | 33 | inherit pypi python_setuptools_build_meta |
| 34 | 34 | ||
| 35 | SRC_URI += "file://no_shebang_mangling.patch" | 35 | SRC_URI += "file://no_shebang_mangling.patch" |
| 36 | SRC_URI += "file://reproducible.patch" | ||
| 37 | 36 | ||
| 38 | SRC_URI[sha256sum] = "3fd1929db052f056d7a998439176d3333fa1b3f6c1ad881de1885c0717608a4b" | 37 | SRC_URI[sha256sum] = "3fd1929db052f056d7a998439176d3333fa1b3f6c1ad881de1885c0717608a4b" |
| 39 | 38 | ||
