Commit 017736ae authored by Łukasz Nowak's avatar Łukasz Nowak

- since 2.1 rebootstrap.version is prefixed


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41016 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2ea450d0
...@@ -30,5 +30,5 @@ distribute = ...@@ -30,5 +30,5 @@ distribute =
zc.buildout = zc.buildout =
setuptools = setuptools =
# Use new version of slapos.rebootstrap # Use version of slapos.rebootstrap, with stabilised prefix
slapos.rebootstrap >= 2.0 slapos.rebootstrap >= 2.1
...@@ -1125,7 +1125,7 @@ class AssertCyrusSasl(AssertSoftwareMixin): ...@@ -1125,7 +1125,7 @@ class AssertCyrusSasl(AssertSoftwareMixin):
class AssertPython26(AssertSoftwareMixin): class AssertPython26(AssertSoftwareMixin):
# .1 could be read from current buildout # .1 could be read from current buildout
parts_name = 'parts.rebootstrap.1' parts_name = 'rebootstrap.1.parts'
python_path = parts_name + '/python2.6' python_path = parts_name + '/python2.6'
rpath_list = [ rpath_list = [
'bzip2', 'bzip2',
......
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