[Erp5-report] r34514 lucas - in /erp5/trunk/buildout: profiles/ software-profiles/
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Apr 13 16:08:28 CEST 2010
Author: lucas
Date: Tue Apr 13 16:08:25 2010
New Revision: 34514
URL: http://svn.erp5.org?rev=34514&view=rev
Log:
Disabled ipdb because it depends of ipython.
Modified:
erp5/trunk/buildout/profiles/versions.cfg
erp5/trunk/buildout/software-profiles/erp5.cfg
Modified: erp5/trunk/buildout/profiles/versions.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/versions.cfg?rev=34514&r1=34513&r2=34514&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/versions.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/versions.cfg [utf8] Tue Apr 13 16:08:25 2010
@@ -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
Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=34514&r1=34513&r2=34514&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Tue Apr 13 16:08:25 2010
@@ -64,7 +64,8 @@
cElementTree
elementtree
erp5diff
- ipdb
+# It depends of ipython, which is already disabled.
+# ipdb
lxml
mechanize
numpy
More information about the Erp5-report
mailing list