[Checkins] SVN: Products.CMFDefault/branches/2.1/setup.py CMF 2.1 works just fine with GS 1.4, and there is no reason to believe it will not work with any later versions, so remove the <1.3.999 restriction. This makes it possible to use the CMF eggs with Plone, which requires GS 1.4

Wichert Akkerman wichert at wiggy.net
Wed Sep 10 01:41:39 EDT 2008


Log message for revision 91016:
  CMF 2.1 works just fine with GS 1.4, and there is no reason to believe it will not work with any later versions, so remove the <1.3.999 restriction. This makes it possible to use the CMF eggs with Plone, which requires GS 1.4

Changed:
  U   Products.CMFDefault/branches/2.1/setup.py

-=-
Modified: Products.CMFDefault/branches/2.1/setup.py
===================================================================
--- Products.CMFDefault/branches/2.1/setup.py	2008-09-10 05:41:19 UTC (rev 91015)
+++ Products.CMFDefault/branches/2.1/setup.py	2008-09-10 05:41:38 UTC (rev 91016)
@@ -48,7 +48,7 @@
           'Products.CMFCore',
           'Products.CMFTopic',
           'Products.DCWorkflow',
-          'Products.GenericSetup >= 1.3.3, <= 1.3.999',
+          'Products.GenericSetup >= 1.3.3',
           ],
       entry_points="""
       [zope2.initialize]



More information about the Checkins mailing list