Commit 19372319 authored by Łukasz Nowak's avatar Łukasz Nowak

- reenable ipdb and ipython


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34674 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0f641d6d
......@@ -27,7 +27,7 @@ supervisor_programs =
recipe = plone.recipe.command
command =
ln -sf ${software_definition:software_home}/bin/python2.4 ${buildout:bin-directory}/python2.4
#ln -sf ${software_definition:software_home}/bin/ipython2.4 ${buildout:bin-directory}/ipython2.4
ln -sf ${software_definition:software_home}/bin/ipython2.4 ${buildout:bin-directory}/ipython2.4
update-command = ${:command}
[software_definition]
......
......@@ -3,7 +3,7 @@
erp5diff = 0.2
python-memcached = 1.45
PyXML = 0.8.4
#ipdb = 0.1dev_r1716
ipdb = 0.1dev_r1716
itools = 0.20.8
numpy = 1.3.0
plone.recipe.zope2instance = 3.6
......
......@@ -66,8 +66,7 @@ eggs =
cElementTree
elementtree
erp5diff
# It depends of ipython, which is already disabled.
# ipdb
ipdb
lxml
mechanize
numpy
......@@ -81,6 +80,7 @@ eggs =
threadframe
timerserver
uuid
python = python2.4
dependent-scripts = true
interpreter = python${python2.4:version}
......
......@@ -32,8 +32,7 @@ extra-paths =
dependent-scripts = true
scripts =
invokepython=python${python2.4:python_version_major}
# The download of ipython is failing to often and it is broking the building process of RPM.
# ipython=ipython${python2.4:python_version_major}
ipython=ipython${python2.4:python_version_major}
[bootstrap2.4]
recipe = zc.recipe.egg
......
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