[Erp5-report] r32597 luke - in /erp5/trunk/buildout: ./ profiles/ python-2.4/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 16 11:28:21 CET 2010


Author: luke
Date: Tue Feb 16 11:28:21 2010
New Revision: 32597

URL: http://svn.erp5.org?rev=32597&view=rev
Log:
 - assert for bzip2 and expat, add bzip2 to dependency list

Modified:
    erp5/trunk/buildout/Makefile
    erp5/trunk/buildout/profiles/mandriva2010.0.cfg
    erp5/trunk/buildout/python-2.4/buildout.cfg

Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=32597&r1=32596&r2=32597&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Tue Feb 16 11:28:21 2010
@@ -10,6 +10,8 @@
 assert-software: assert-python2.4
 
 assert-python2.4: bin/python2.4
+	bin/python2.4 -c 'import _ssl'
+	bin/python2.4 -c 'import bz2'
+	bin/python2.4 -c 'import dbm'
+	bin/python2.4 -c 'import xml.parsers.expat'
 	bin/python2.4 -c 'import zlib'
-	bin/python2.4 -c 'import dbm'
-	bin/python2.4 -c 'import _ssl'

Modified: erp5/trunk/buildout/profiles/mandriva2010.0.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/mandriva2010.0.cfg?rev=32597&r1=32596&r2=32597&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/mandriva2010.0.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/mandriva2010.0.cfg [utf8] Tue Feb 16 11:28:21 2010
@@ -9,6 +9,7 @@
   flex
   gcc
   gcc-c++
+  libbzip2-devel
   libgdbm-devel
   libglib2.0-devel
   libjpeg-devel

Modified: erp5/trunk/buildout/python-2.4/buildout.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/python-2.4/buildout.cfg?rev=32597&r1=32596&r2=32597&view=diff
==============================================================================
--- erp5/trunk/buildout/python-2.4/buildout.cfg [utf8] (original)
+++ erp5/trunk/buildout/python-2.4/buildout.cfg [utf8] Tue Feb 16 11:28:21 2010
@@ -22,6 +22,7 @@
   --with-dbm
   --with-zlib
   --with-ssl
+  --with-bz2
 
 patches = ${buildout:directory}/patches/python2.4-dbm.patch
 




More information about the Erp5-report mailing list