mirror of
https://github.com/python/cpython.git
synced 2025-08-15 14:20:55 +00:00
bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)
(cherry picked from commit 123536fdab
)
Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
parent
0cdb21d6eb
commit
4b7ce105ff
4 changed files with 50 additions and 35 deletions
|
@ -228,7 +228,7 @@ def get_layout(ns):
|
|||
|
||||
if ns.include_pip:
|
||||
for dest, src in get_pip_layout(ns):
|
||||
if isinstance(src, tuple) or not (
|
||||
if not isinstance(src, tuple) and (
|
||||
src in EXCLUDE_FROM_LIB or src in EXCLUDE_FROM_PACKAGED_LIB
|
||||
):
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue