[Checkins] SVN: z3c.relationfield/trunk/setup.py Really kill	dependency on Grok (which we still had through an older
    Martijn Faassen 
    faassen at infrae.com
       
    Fri Dec  5 13:53:11 EST 2008
    
    
  
Log message for revision 93674:
  Really kill dependency on Grok (which we still had through an older
  version of z3c.schema2xml).
  
Changed:
  U   z3c.relationfield/trunk/setup.py
-=-
Modified: z3c.relationfield/trunk/setup.py
===================================================================
--- z3c.relationfield/trunk/setup.py	2008-12-05 18:48:42 UTC (rev 93673)
+++ z3c.relationfield/trunk/setup.py	2008-12-05 18:53:11 UTC (rev 93674)
@@ -34,7 +34,7 @@
         'grokcore.component',
         'zope.app.intid',
         'zope.app.container',
-        'z3c.schema2xml',
+        'z3c.schema2xml >= 1.0',
         'z3c.objpath',
         'zc.relation',
         # for tests
    
    
More information about the Checkins
mailing list