Commit 0617597e authored by Jim Fulton's avatar Jim Fulton

use older buildout

parent 46dcec79
...@@ -52,7 +52,7 @@ if is_jython: ...@@ -52,7 +52,7 @@ if is_jython:
else: else:
assert os.spawnle( assert os.spawnle(
os.P_WAIT, sys.executable, sys.executable, os.P_WAIT, sys.executable, sys.executable,
'-c', cmd, '-mqNxd', tmpeggs, 'zc.buildout', '-c', cmd, '-mqNxd', tmpeggs, 'zc.buildout==2.7.1',
dict(os.environ, dict(os.environ,
PYTHONPATH= PYTHONPATH=
ws.find(pkg_resources.Requirement.parse('setuptools')).location ws.find(pkg_resources.Requirement.parse('setuptools')).location
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment