[Checkins] SVN: zc.buildout/branches/env-cache/src/zc/buildout/easy_install.py Oops, still need to have this in _call_easy_install for places that

Ross Patterson me at rpatterson.net
Sun Jan 29 05:24:03 UTC 2012


Log message for revision 124237:
  Oops, still need to have this in _call_easy_install for places that
  call that directly such as zc.recipe.egg.custom.

Changed:
  U   zc.buildout/branches/env-cache/src/zc/buildout/easy_install.py

-=-
Modified: zc.buildout/branches/env-cache/src/zc/buildout/easy_install.py
===================================================================
--- zc.buildout/branches/env-cache/src/zc/buildout/easy_install.py	2012-01-29 05:23:54 UTC (rev 124236)
+++ zc.buildout/branches/env-cache/src/zc/buildout/easy_install.py	2012-01-29 05:24:03 UTC (rev 124237)
@@ -648,6 +648,7 @@
                 os.rename(d.location, newloc)
                 [d] = _get_env(self._executable, [newloc])[d.project_name]
                 result.append(d)
+                update_dist(path_item=self._dest, dist=d)
 
             return result
 
@@ -812,7 +813,6 @@
                         dist.location, ws, self._dest, dist)
                     for dist in dists:
                         redo_pyc(dist.location)
-                        update_dist(path_item=self._dest, dist=dist)
 
             finally:
                 if tmp != self._download_cache:



More information about the checkins mailing list