bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)

This commit is contained in:
Steve Dower 2019-07-24 15:13:22 -07:00 committed by GitHub
parent e018dc52d1
commit 123536fdab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 50 additions and 35 deletions

View file

@ -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