Commit 6f86f2ef authored by Łukasz Nowak's avatar Łukasz Nowak

- eggs shall be available during software initalisation


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32640 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8adf69fb
......@@ -15,8 +15,6 @@ debug-mode = on
location = ${buildout:var-directory}/zope-instance
eggs +=
ipdb
pysvn
Products.ExternalEditor
# until we will have more control over products we need to redefine to insert
......@@ -40,7 +38,6 @@ bt5-path = ${bt5-erp5:location}
bt5 =
erp5_base
erp5_forge
[requirements]
binary +=
svn
......
......@@ -18,22 +18,6 @@ zope-conf-additional=
interval 5
</timer-server>
eggs =
MySQL-python
python-memcached
PyXML
ply
python-ldap
lxml
pytz
timerserver
erp5diff
mechanize
ClientForm
${itools:egg}
numpy
simplejson
products =
${cmf15:location}/CMF/
${products-deps:location}
......
......@@ -33,6 +33,7 @@ find-links =
parts =
pythonbin
eggs
apache
memcached
# haproxy
......
......@@ -116,6 +116,26 @@ urls =
svn://svn.zope.org/repos/main/PluginRegistry/tags/1.0 PluginRegistry
http://svn.plone.org/svn/archetypes/MimetypesRegistry/tags/Archetypes-1.4.0-final MimetypesRegistry
[eggs]
recipe = zc.recipe.egg
eggs =
${itools:egg}
ClientForm
MySQL-python
PyXML
erp5diff
ipdb
lxml
mechanize
numpy
ply
pysvn
python-ldap
python-memcached
pytz
simplejson
timerserver
[requirements]
development = /usr/include/glib-2.0/glib.h
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