diff --git a/buildout.cfg b/buildout.cfg index 1aa55a6..3c408df 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,5 +1,6 @@ [buildout] develop = . +versions = versions parts = PILwoTk test scripts python [test] @@ -27,5 +28,7 @@ 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