Merge lp:~sidnei/python-oops-tools/pin-buildout into lp:python-oops-tools
Status: | Merged |
---|---|
Approved by: | William Grant |
Approved revision: | 55 |
Merged at revision: | 55 |
Proposed branch: | lp:~sidnei/python-oops-tools/pin-buildout |
Merge into: | lp:python-oops-tools |
Diff against target: |
12 lines (+2/-1) 1 file modified
Makefile (+2/-1) |
To merge this branch: | bzr merge lp:~sidnei/python-oops-tools/pin-buildout |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
William Grant | code | Approve | |
Review via email:
|
Commit message
Pin buildout version during bootstrap. Seems like there's a zc.buildout 2.x egg in the cache, which bootstrap prefers, thus causing the following error:
zc.buildout 2 needs distribute, not setuptools. Are you using an outdated bootstrap.py? Make sure you have the latest version downloaded from http://
Since the version pinned in versions.cfg is 1.5.2, also use the same version when bootstrapping.
Description of the change
Pin buildout version during bootstrap. Seems like there's a zc.buildout 2.x egg in the cache, which bootstrap prefers, thus causing the following error:
zc.buildout 2 needs distribute, not setuptools. Are you using an outdated bootstrap.py? Make sure you have the latest version downloaded from http://
Since the version pinned in versions.cfg is 1.5.2, also use the same version when bootstrapping.