From 08ee25e3d1ab28363856fd1ce429586cf101e2d1 Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Thu, 12 Aug 2010 14:03:35 +0000
Subject: [PATCH] Add PIL as dependency as it is required by Image.py reviewed
 by Luke

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37769 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/erp5-2.12.cfg | 1 +
 buildout/software-profiles/erp5.cfg      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/buildout/software-profiles/erp5-2.12.cfg b/buildout/software-profiles/erp5-2.12.cfg
index 19ab6b3587..f266d01637 100644
--- a/buildout/software-profiles/erp5-2.12.cfg
+++ b/buildout/software-profiles/erp5-2.12.cfg
@@ -90,6 +90,7 @@ eggs =
   mechanize
   numpy
   paramiko
+  pil
   ply
   pysvn
   python-ldap
diff --git a/buildout/software-profiles/erp5.cfg b/buildout/software-profiles/erp5.cfg
index 24cebcc468..422a017ff2 100644
--- a/buildout/software-profiles/erp5.cfg
+++ b/buildout/software-profiles/erp5.cfg
@@ -85,6 +85,7 @@ eggs =
   mechanize
   numpy
   paramiko
+  pil
   plone.recipe.command
   ply
   pysvn
-- 
2.30.9