[Checkins] SVN: zam.api/trunk/setup.py setting minmum version otherwise the tests will fail

Michael Howitz mh at gocept.com
Thu Jan 13 02:59:22 EST 2011


Log message for revision 119552:
  setting minmum version otherwise the tests will fail
  

Changed:
  U   zam.api/trunk/setup.py

-=-
Modified: zam.api/trunk/setup.py
===================================================================
--- zam.api/trunk/setup.py	2011-01-12 19:12:16 UTC (rev 119551)
+++ zam.api/trunk/setup.py	2011-01-13 07:59:21 UTC (rev 119552)
@@ -75,6 +75,7 @@
             'zope.site',
             'zope.testbrowser',
             'zope.testing',
+            'zope.dublincore >= 3.7',
             ],
         ),
     install_requires = [



More information about the checkins mailing list