mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)
This commit is contained in:
parent
e018dc52d1
commit
123536fdab
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