8000 Merge pull request #1344 from stonebig/master · winpython/winpython@cc5f8e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit cc5f8e3

Browse files
authored
Merge pull request #1344 from stonebig/master
remove a dead patch (pip-8 aera)
2 parents 866f408 + 47329e3 commit cc5f8e3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

winpython/wppm.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -363,13 +363,6 @@ def patch_standard_packages(self, package_name="", to_movable=True):
363363
sheb_mov2,
364364
sheb_fix,
365365
)
366-
# ensure pip wheel will register relative PATH in 'RECORD' files
367-
# will be in standard pip 8.0.3
368-
utils.patch_sourcefile(
369-
self.target + (site_package_place + r"pip\wheel.py"),
370-
" writer.writerow((f, h, l))",
371-
" writer.writerow((normpath(f, lib_dir), h, l))",
372-
)
373366

374367
# create movable launchers for previous package installations
375368
self.patch_all_shebang(to_movable=to_movable)

0 commit comments

Comments
 (0)
0