2f841ef
diff -up Chameleon-1.2.12/setup.py.bak Chameleon-1.2.12/setup.py
2f841ef
--- Chameleon-1.2.12/setup.py.bak	2010-09-16 23:21:20.886604103 -0400
2f841ef
+++ Chameleon-1.2.12/setup.py	2010-09-16 23:21:36.414606323 -0400
2f841ef
@@ -45,9 +45,9 @@ setup(name="Chameleon",
2f841ef
           'i18nize' : [ "lxml", ],
2f841ef
           },
2f841ef
       tests_require=install_requires + [
2f841ef
-          'zope.interface==3.5.2',
2f841ef
-          'zope.component==3.7.1',
2f841ef
-          'zope.i18n==3.7.1',
2f841ef
+          'zope.interface>=3.5.2',
2f841ef
+          'zope.component>=3.7.1',
2f841ef
+          'zope.i18n>=3.7.1',
2f841ef
           'lxml',
2f841ef
           ],
2f841ef
       test_suite="chameleon.tests",