Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecfcdb commit ca81af6Copy full SHA for ca81af6
1 file changed
buildout.cfg
@@ -1,12 +1,14 @@
1
[buildout]
2
-parts = test python
+parts = PIL test python
3
develop = .
4
eggs = matplotlib
5
6
[test]
7
recipe = pbp.recipe.noserunner
8
+find-links = http://astraw.com/mpl/
9
eggs =
10
pbp.recipe.noserunner
11
+ PIL
12
${buildout:eggs}
13
working-directory = ${buildout:directory}/test
14
initialization =
@@ -20,3 +22,11 @@ recipe = zc.recipe.egg
20
22
interpreter = python
21
23
24
25
+
26
+[PIL]
27
+# 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
30
+recipe = zc.recipe.egg
31
+egg = PIL==1.1.6
32
0 commit comments