Skip to content

Commit

Permalink
python3-pip: remove unneeded reproducible.patch
Browse files Browse the repository at this point in the history
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:

pypa/pip#11424

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
  • Loading branch information
kanavin authored and rpurdie committed Sep 2, 2022
1 parent ed62ecc commit 654f9d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 84 deletions.
83 changes: 0 additions & 83 deletions meta/recipes-devtools/python/python3-pip/reproducible.patch

This file was deleted.

1 change: 0 additions & 1 deletion meta/recipes-devtools/python/python3-pip_22.2.2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 654f9d5

Please sign in to comment.