Skip to content

Commit 0f20e18

Browse files
committed
fix up version pins to avoid setuptools hell
1 parent 38aa799 commit 0f20e18

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

buildout.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ eggs =
3131

3232
[venv]
3333
recipe = rjm.recipe.venv
34-
venv_options = --no-site-packages --distribute
3534
distutils_urls =
3635
http://pypi.python.org/packages/source/d/docutils/docutils-0.9.1.tar.gz
3736

@@ -76,7 +75,7 @@ zc.buildout = 1.5.2
7675
#collective.recipe.sphinxbuilder 0.7.1
7776
zc.recipe.egg = 1.3.2
7877

79-
distribute = 0.6.30
78+
# distribute = 0.6.30
8079

8180
Genshi = 0.6
8281
collective.recipe.cmd = 0.5
@@ -87,7 +86,7 @@ rjm.recipe.venv = 0.8
8786
#collective.recipe.sphinxbuilder 0.7.1
8887
#zc.recipe.egg 1.3.2
8988
#zc.buildout 1.5.2
90-
setuptools = 0.6c12dev-r88846
89+
# setuptools = 0.6c12dev-r88846
9190

9291
#Required by:
9392
#rjm.recipe.venv 0.8

0 commit comments

Comments
 (0)