Skip to content

Commit

Permalink
Use official PIL 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
menesis committed Apr 24, 2011
1 parent d6a3b89 commit ababcd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[buildout]
develop = .
versions = versions
parts = PILwoTk test scripts python
parts = test scripts python

[test]
recipe = zc.recipe.testrunner
Expand All @@ -20,15 +20,8 @@ eggs = z3c.rml [pagetemplate]
recipe = z3c.recipe.tag
eggs = ${test:eggs}

[PILwoTk]
recipe=zc.recipe.egg
eggs=
PILwoTk
find-links=
http://download.zope.org/distribution/PILwoTk-1.1.6.4.tar.gz

[versions]
# tag-textField test fails with reportlab 2.5, because of this change to PDFPattern:
# http://two.pairlist.net/pipermail/reportlab-users/2010-January/009216.html
reportlab = 2.4
PILwoTk = 1.1.6.4
PIL = 1.1.7
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def read(*rnames):
test = [
'zope.pagetemplate',
'zope.testing',
'PILwoTk'],
'PIL'],
pagetemplate = [
'zope.pagetemplate']
),
Expand Down

0 comments on commit ababcd2

Please sign in to comment.