Attempt to backport 83abc3a97f to erp5-vifib branch.

Fix setuptools 0.7 problem.
parent 3bba9fe7
...@@ -11,6 +11,8 @@ find-links = ...@@ -11,6 +11,8 @@ find-links =
http://dist.repoze.org http://dist.repoze.org
http://www.nexedi.org/static/packages/source/ http://www.nexedi.org/static/packages/source/
http://www.owlfish.com/software/wsgiutils/download.html http://www.owlfish.com/software/wsgiutils/download.html
# Provide dummy distribute 0.7 for setuptools 0.7 compatiblity
https://bitbucket.org/pypa/setuptools/downloads
# Separate from site eggs # Separate from site eggs
allowed-eggs-from-site-packages = allowed-eggs-from-site-packages =
...@@ -288,6 +290,8 @@ eggs = ...@@ -288,6 +290,8 @@ eggs =
${python-ldap-python:egg} ${python-ldap-python:egg}
${pysvn-python:egg} ${pysvn-python:egg}
${pycrypto-python:egg} ${pycrypto-python:egg}
# Force install distribute 0.7 before bad eggs try to install it by themselves
distribute
PyXML PyXML
SOAPpy SOAPpy
cElementTree cElementTree
...@@ -442,6 +446,11 @@ Products.CMFUid = 2.2.1 ...@@ -442,6 +446,11 @@ Products.CMFUid = 2.2.1
# Unpined locally developed egg # Unpined locally developed egg
slapos.cookbook = slapos.cookbook =
# setuptools 0.7 (merge of setuptools 0.6 and distribute 0.6) breaks buildout if
# installed with distribute 0.6.x. Force install dummy distribute.
distribute = 0.7
setuptools = 0.7.2
# Pinned versions # Pinned versions
Flask = 0.8 Flask = 0.8
GitPython = 0.3.2.RC1 GitPython = 0.3.2.RC1
...@@ -509,7 +518,6 @@ python-magic = 0.4.2 ...@@ -509,7 +518,6 @@ python-magic = 0.4.2
python-memcached = 1.47 python-memcached = 1.47
restkit = 4.1.2 restkit = 4.1.2
rtjp-eventlet = 0.3.2 rtjp-eventlet = 0.3.2
setuptools = 0.6c12dev-r88846
slapos.core = slapos.core =
slapos.recipe.build = 0.7 slapos.recipe.build = 0.7
slapos.recipe.template = 2.4 slapos.recipe.template = 2.4
......
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