From ababcd2303f9afabce278136b2ba890d17208b4e Mon Sep 17 00:00:00 2001 From: Gediminas Paulauskas Date: Sun, 24 Apr 2011 11:08:00 +0000 Subject: [PATCH] Use official PIL 1.1.7 --- buildout.cfg | 11 ++--------- setup.py | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/buildout.cfg b/buildout.cfg index 3c408df..cd159c2 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,7 +1,7 @@ [buildout] develop = . versions = versions -parts = PILwoTk test scripts python +parts = test scripts python [test] recipe = zc.recipe.testrunner @@ -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 diff --git a/setup.py b/setup.py index f5e62db..a726b82 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def read(*rnames): test = [ 'zope.pagetemplate', 'zope.testing', - 'PILwoTk'], + 'PIL'], pagetemplate = [ 'zope.pagetemplate'] ),