No need for rebootstrap, add lxml hack

parent d748a635
[buildout] [buildout]
extensions =
slapos.zcbworkarounds
slapos.rebootstrap
find-links += find-links +=
http://www.nexedi.org/static/packages/source/slapos.buildout/ http://www.nexedi.org/static/packages/source/slapos.buildout/
...@@ -46,11 +42,6 @@ parts += ...@@ -46,11 +42,6 @@ parts +=
# development / fast switching environment for whole software # development / fast switching environment for whole software
unzip = true unzip = true
[rebootstrap]
# Default first version of rebootstrapped python
version = 2
section = python2.7
[instance-recipe] [instance-recipe]
egg = slapos.cookbook egg = slapos.cookbook
module = mysql module = mysql
...@@ -92,4 +83,9 @@ plone.recipe.command = 1.1 ...@@ -92,4 +83,9 @@ plone.recipe.command = 1.1
zc.buildout = 1.5.3-dev-SlapOS-010 zc.buildout = 1.5.3-dev-SlapOS-010
# Temporary pin, 2.4 does not work # Temporary pin, 2.4 does not work
pycrypto = 2.3 pycrypto = 2.3
\ No newline at end of file
# Temporary hack
[lxml-python]
find-links +=
http://pypi.python.org/pypi/lxml/2.3.1
\ No newline at end of file
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