From b37213a31253834b63c998c9b87a873d793c4384 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Fri, 19 Feb 2010 12:54:12 +0000
Subject: [PATCH]  - assert that required eggs are properly generated

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32852 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/Makefile | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/buildout/Makefile b/buildout/Makefile
index cae5c7a963..cf39a26e62 100644
--- a/buildout/Makefile
+++ b/buildout/Makefile
@@ -7,7 +7,7 @@ bin/buildout:
 # run make assert to check that all is working
 assert: assert-software
 
-assert-software: assert-python2.4
+assert-software: assert-python2.4 assert-eggs-2.4
 
 assert-python2.4: bin/python2.4
 	bin/python2.4 -c 'import _ssl'
@@ -16,5 +16,24 @@ assert-python2.4: bin/python2.4
 	bin/python2.4 -c 'import xml.parsers.expat'
 	bin/python2.4 -c 'import zlib'
 
+assert-eggs-2.4:
+	ls -d eggs/erp5diff-*-py2.4.egg
+	ls -d eggs/elementtree-*-py2.4.egg
+	ls -d eggs/collective.recipe.supervisor-*-py2.4.egg
+	ls -d eggs/fpconst-*-py2.4.egg
+	ls -d eggs/lxml-*-py2.4-*-*.egg
+	ls -d eggs/numpy-*-py2.4-*-*.egg
+	ls -d eggs/python_ldap-*-py2.4-*-*.egg
+	ls -d eggs/python_memcached-*-py2.4.egg
+	ls -d eggs/pytz-*-py2.4.egg
+	ls -d eggs/PyXML-*-py2.4-*-*.egg
+	ls -d eggs/simplejson-*-py2.4-*-*.egg
+	ls -d eggs/SOAPpy-*-py2.4.egg
+	ls -d eggs/threadframe-*-py2.4-*-*.egg
+	ls -d eggs/timerserver-*-py2.4.egg
+	ls -d develop-eggs/itools-*-py2.4-*-*.egg
+	ls -d develop-eggs/itools-*-py2.4-*-*.egg
+	ls -d develop-eggs/MySQL_python-*-py2.4-*-*.egg
+
 create-mandriva2010-rpm: bin/buildout
 	bin/buildout -c profiles/mandriva2010.0.cfg buildout:directory=`pwd` install create-rpm
-- 
2.30.9