[Checkins] SVN: Products.CMFCore/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:20 EDT 2008


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

-=-
Modified: Products.CMFCore/branches/2.1/setup.py
===================================================================
--- Products.CMFCore/branches/2.1/setup.py	2008-09-10 05:41:00 UTC (rev 91014)
+++ Products.CMFCore/branches/2.1/setup.py	2008-09-10 05:41:19 UTC (rev 91015)
@@ -46,7 +46,7 @@
         #'Zope >= 2.10.4',
         'setuptools',
         'five.localsitemanager>=0.3',
-        'Products.GenericSetup >= 1.3.3, <= 1.3.999',
+        'Products.GenericSetup >= 1.3.3',
         ],
       entry_points="""
       [zope2.initialize]



More information about the Checkins mailing list