Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d78f889

Browse files
committed
force buildbots to use noserunner with plugin support
svn path=/trunk/matplotlib/; revision=7130
1 parent ca81af6 commit d78f889

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

buildout.cfg

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
parts = PIL test python
33
develop = .
44
eggs = matplotlib
5+
find-links = http://astraw.com/mpl/
56

67
[test]
78
recipe = pbp.recipe.noserunner
8-
find-links = http://astraw.com/mpl/
9+
# Use Andrew Straw's custom packaging of noserunner with plugin support.
910
eggs =
10-
pbp.recipe.noserunner
11+
pbp.recipe.noserunner==0.2.6.2
1112
PIL
1213
${buildout:eggs}
1314
working-directory = ${buildout:directory}/test
@@ -25,8 +26,6 @@ eggs =
2526

2627
[PIL]
2728
# This recipe based on http://www.koansys.com/tech/install-plone-with-zopeskel-buildout-needs-pil
28-
# Build egg with Chris McDonough's custom packaging of setuptools-compatibile PIL
29-
# http://article.gmane.org/gmane.comp.web.zope.devel/13999
29+
# Build egg with Andrew Straw's custom packaging of setuptools-compatibile PIL without Tkinter.
3030
recipe = zc.recipe.egg
3131
egg = PIL==1.1.6
32-
find-links = http://astraw.com/mpl/

0 commit comments

Comments
 (0)