diff options
Diffstat (limited to 'contrib/python/pip')
| -rw-r--r-- | contrib/python/pip/patches/01-arcadia.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/python/pip/patches/01-arcadia.patch b/contrib/python/pip/patches/01-arcadia.patch new file mode 100644 index 00000000000..3bf8efa83cb --- /dev/null +++ b/contrib/python/pip/patches/01-arcadia.patch @@ -0,0 +1,13 @@ +DEVTOOLSSUPPORT-48054 +--- contrib/python/pip/pip/_vendor/distlib/scripts.py (index) ++++ contrib/python/pip/pip/_vendor/distlib/scripts.py (working tree) +@@ -62,9 +62,6 @@ if __name__ == '__main__': + distlib_package = __name__.rsplit('.', 1)[0] + + WRAPPERS = { +- r.name: r.bytes +- for r in finder(distlib_package).iterator("") +- if r.name.endswith(".exe") + } + + |
