[Checkins] SVN: Products.CMFUid/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:42:17 EDT 2008


Log message for revision 91018:
  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.CMFUid/branches/2.1/setup.py

-=-
Modified: Products.CMFUid/branches/2.1/setup.py
===================================================================
--- Products.CMFUid/branches/2.1/setup.py	2008-09-10 05:41:58 UTC (rev 91017)
+++ Products.CMFUid/branches/2.1/setup.py	2008-09-10 05:42:16 UTC (rev 91018)
@@ -46,7 +46,7 @@
           #'Zope >= 2.10.4',
           'setuptools',
           'Products.CMFCore',
-          'Products.GenericSetup >= 1.3.3, <= 1.3.999',
+          'Products.GenericSetup >= 1.3.3',
           ],
       entry_points="""
       [zope2.initialize]



More information about the Checkins mailing list