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 = ...@@ -21,6 +21,7 @@ extends =
../profiles/common.cfg ../profiles/common.cfg
parts = parts =
eggs
software-links software-links
mysql-instance mysql-instance
cloudooo-instance cloudooo-instance
...@@ -29,6 +30,43 @@ parts = ...@@ -29,6 +30,43 @@ parts =
versions = versions 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] [software-links]
recipe = plone.recipe.command recipe = plone.recipe.command
command = command =
......
...@@ -21,7 +21,8 @@ development_site_instancehome = ${buildout:parts-directory}/development-site ...@@ -21,7 +21,8 @@ development_site_instancehome = ${buildout:parts-directory}/development-site
[runUnitTest] [runUnitTest]
<= test-runner-template <= test-runner-template
zope2-location = ${software_definition:zope_software} eggs = ${development-site:eggs}
extra-paths = ${development-site:extra-paths}
products = ${configuration:development_site_products} products = ${configuration:development_site_products}
instance-home = ${configuration:development_site_instancehome} 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