From 11d4156ffc9991b3a62aa4ae931994b7d4629e36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Tue, 16 Feb 2010 16:52:24 +0000
Subject: [PATCH]  - eggify more

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

diff --git a/buildout/TODO.txt b/buildout/TODO.txt
index 9943099266..aa9cdaa097 100644
--- a/buildout/TODO.txt
+++ b/buildout/TODO.txt
@@ -11,16 +11,12 @@
  - use more of buildout automatic dependency resolution
  - software-profiles/python-2.4.cfg:
    - celementtree (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-celementtree/)
-   - lxml (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-lxml/)
    - mechanize (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-mechanize/)
-   - memcached (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-memcached/)
    - numeric (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-numeric/)
    - paramiko (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-paramiko/)
    - ply (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-ply/)
    - pyxml (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-pyxml/)
-   - threadframe (https://svn.erp5.org/repos/public/spec/mandriva/python2.4-threadframe/)
    - socksipy (http://socksipy.sourceforge.net/)
-   - SOAPpy
    - make bin/python2.4 using all available eggs
  - software-profiles/openoffice-bin.cfg:
    - autodetection of platform and arch
diff --git a/buildout/software-profiles/erp5.cfg b/buildout/software-profiles/erp5.cfg
index cb2fdd2409..e442f8d6f0 100644
--- a/buildout/software-profiles/erp5.cfg
+++ b/buildout/software-profiles/erp5.cfg
@@ -111,6 +111,8 @@ eggs =
   pytz
   simplejson
   timerserver
+  SOAPpy
+  threadframe
 
 [requirements]
 development = /usr/include/glib-2.0/glib.h
-- 
2.30.9