aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/easy_install.py
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2010-07-03 15:12:05 +0200
committerTarek Ziade <tarek@ziade.org>2010-07-03 15:12:05 +0200
commit5c7f1d086631316d3fe22e97a26b26e2c18c0a1c (patch)
treeccad63091d07b46b34eaa2f912c8c7321b9222f9 /setuptools/command/easy_install.py
parent79a00a3182447a66a2106761dfabda0e16d0ba19 (diff)
parent72c44b3258e02b56ac106f878a64eca726a6f01f (diff)
downloadexternal_python_setuptools-5c7f1d086631316d3fe22e97a26b26e2c18c0a1c.tar.gz
external_python_setuptools-5c7f1d086631316d3fe22e97a26b26e2c18c0a1c.tar.bz2
external_python_setuptools-5c7f1d086631316d3fe22e97a26b26e2c18c0a1c.zip
merging changes relates #142
--HG-- branch : distribute extra : rebase_source : e912f048dcfe28a5a7a17aca89bab427e15924ff
Diffstat (limited to 'setuptools/command/easy_install.py')
-rwxr-xr-xsetuptools/command/easy_install.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index a41841b3..2a227196 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -565,7 +565,8 @@ Please make the appropriate changes for your system and try again.
self.check_editable(spec)
dist = self.package_index.fetch_distribution(
- spec, tmpdir, self.upgrade, self.editable, not self.always_copy
+ spec, tmpdir, self.upgrade, self.editable, not self.always_copy,
+ self.local_index
)
if dist is None: