Commit d81da9c0 authored by Julien Muchembled's avatar Julien Muchembled

re6st: start with a slightly more recent version of setuptools

33.1.0 fails to find zc.buildout
parent bd6341b5
......@@ -94,7 +94,7 @@ def bootstrap(task):
check_output((sys.executable, "-S", "-",
# XXX: By starting with an older version,
# we'll have the wanted version in cache.
"--setuptools-version", "33.1.0"), input=bootstrap)
"--setuptools-version", "40.8.0"), input=bootstrap)
check_call(("bin/buildout", "buildout:extensions=",
"buildout:newest=true", "buildout:parts=python-bootstrap"))
check_call(("bin/python.tmp", "bin/buildout", "bootstrap"))
......
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