Commit d37fd9b9 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

backport from Zope-2.12 flavour. now runUnitTest installation is fine.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41869 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d77d0351
......@@ -21,6 +21,7 @@ extends =
../profiles/common.cfg
parts =
eggs
software-links
mysql-instance
cloudooo-instance
......@@ -29,6 +30,43 @@ parts =
versions = versions
[eggs]
recipe = zc.recipe.egg
eggs =
itools
MySQL_python
python_ldap
pysvn
ClientForm
PyXML
SOAPpy
cElementTree
chardet
elementtree
erp5.recipe.mysqldatabase
erp5diff
ipdb
lxml
mechanize
numpy
ordereddict
paramiko
ply
python-ldap
python-magic
python-memcached
pytz
simplejson
threadframe
timerserver
urlnorm
uuid
xml_marshaller
xupdate_processor
feedparser
extra-paths =
${software_definition:zope_software}/lib/python
[software-links]
recipe = plone.recipe.command
command =
......
......@@ -21,7 +21,8 @@ development_site_instancehome = ${buildout:parts-directory}/development-site
[runUnitTest]
<= test-runner-template
zope2-location = ${software_definition:zope_software}
eggs = ${development-site:eggs}
extra-paths = ${development-site:extra-paths}
products = ${configuration:development_site_products}
instance-home = ${configuration:development_site_instancehome}
......
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