[Python-modules-commits] [python-pip] 05/16: Tell pip to alias the bundled packages.

Barry Warsaw barry at moszumanska.debian.org
Fri Jan 29 22:23:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository python-pip.

commit 6e14ca521f088ea4bfc8eefa0dfff2118726a554
Author: Barry Warsaw <barry at python.org>
Date:   Thu Dec 3 17:24:13 2015 -0500

    Tell pip to alias the bundled packages.
    
    Patch-Name: enable-debundling.patch
---
 pip/_vendor/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pip/_vendor/__init__.py b/pip/_vendor/__init__.py
index b09a7c3..a96666b 100644
--- a/pip/_vendor/__init__.py
+++ b/pip/_vendor/__init__.py
@@ -14,7 +14,7 @@ import sys
 # Downstream redistributors which have debundled our dependencies should also
 # patch this value to be true. This will trigger the additional patching
 # to cause things like "six" to be available as pip.
-DEBUNDLED = False
+DEBUNDLED = True
 
 # By default, look in this directory for a bunch of .whl files which we will
 # add to the beginning of sys.path before attempting to import anything. This

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pip.git



More information about the Python-modules-commits mailing list