Commit 4af66dff authored by Łukasz Nowak's avatar Łukasz Nowak

- generate python with path to zope

 - fix assertion, as -V for python outputs on stderr
 - add ERP5Diff assertion, as zope is now available


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32975 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6dab24d0
...@@ -10,7 +10,7 @@ assert: assert-software ...@@ -10,7 +10,7 @@ assert: assert-software
assert-software: assert-python2.4 assert-parts-libs assert-software: assert-python2.4 assert-parts-libs
assert-python2.4: bin/python2.4 assert-python2.4: bin/python2.4
bin/python2.4 -V | grep 'Python 2.4.6' bin/python2.4 -V 2>&1 | grep 'Python 2.4.6'
bin/python2.4 -c 'import _ssl' bin/python2.4 -c 'import _ssl'
bin/python2.4 -c 'import bz2' bin/python2.4 -c 'import bz2'
bin/python2.4 -c 'import dbm' bin/python2.4 -c 'import dbm'
...@@ -25,7 +25,7 @@ assert-python2.4: bin/python2.4 ...@@ -25,7 +25,7 @@ assert-python2.4: bin/python2.4
bin/python2.4 -c 'import threadframe' bin/python2.4 -c 'import threadframe'
bin/python2.4 -c 'import itools' bin/python2.4 -c 'import itools'
bin/python2.4 -c 'import MySQLdb' bin/python2.4 -c 'import MySQLdb'
# erp5diff bin/python2.4 -c 'import ERP5Diff'
# elementtree # elementtree
# PyXML # PyXML
# simplejson # simplejson
......
...@@ -37,6 +37,8 @@ patches = ${python2.4-dbm-patch:location}/${python2.4-dbm-patch:filename} ...@@ -37,6 +37,8 @@ patches = ${python2.4-dbm-patch:location}/${python2.4-dbm-patch:filename}
recipe = zc.recipe.egg:scripts recipe = zc.recipe.egg:scripts
eggs = ${eggs:eggs} eggs = ${eggs:eggs}
invokepython invokepython
extra-paths =
${zope-2.8:location}/lib/python
dependent-scripts = true dependent-scripts = true
scripts = scripts =
invokepython=python${buildout:python_version} invokepython=python${buildout:python_version}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment