[Erp5-report] r37213 luke - /erp5/trunk/buildout/profiles/versions.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jul 21 10:21:44 CEST 2010


Author: luke
Date: Wed Jul 21 10:21:35 2010
New Revision: 37213

URL: http://svn.erp5.org?rev=37213&view=rev
Log:
 - fix issue with zope.interfaces and PluginRegistry which already made commit war

Modified:
    erp5/trunk/buildout/profiles/versions.cfg

Modified: erp5/trunk/buildout/profiles/versions.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/versions.cfg?rev=37213&r1=37212&r2=37213&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/versions.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/versions.cfg [utf8] Wed Jul 21 10:21:35 2010
@@ -15,3 +15,10 @@ rdiff-backup = 1.0.5
 erp5_products_revision =
 erp5_bt5_revision = ${:erp5_products_revision}
 lxml = 2.2.6
+# pin zope.interface to 3.3.0
+# newer versions does not work with PluginRegistry 1.0
+# but PluginRegistry 1.1.2 genreates issues in ERP5
+# ref:
+#   http://svn.erp5.org/?view=revision&revision=36104
+#   http://svn.erp5.org/?view=revision&revision=36329
+zope.interface = 3.3.0




More information about the Erp5-report mailing list