[Checkins] SVN: zope.security/trunk/ - added specific version dependency for zope.location

Christian Theune ct at gocept.com
Sun May 6 06:36:41 EDT 2007


Log message for revision 75544:
   - added specific version dependency for zope.location 
   - added find-links
  

Changed:
  U   zope.security/trunk/buildout.cfg
  U   zope.security/trunk/setup.py

-=-
Modified: zope.security/trunk/buildout.cfg
===================================================================
--- zope.security/trunk/buildout.cfg	2007-05-06 10:35:36 UTC (rev 75543)
+++ zope.security/trunk/buildout.cfg	2007-05-06 10:36:40 UTC (rev 75544)
@@ -1,6 +1,7 @@
 [buildout]
 develop = . 
 parts = test
+find-links = http://download.zope.org/distribution/
 
 [test]
 recipe = zc.recipe.testrunner

Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2007-05-06 10:35:36 UTC (rev 75543)
+++ zope.security/trunk/setup.py	2007-05-06 10:36:40 UTC (rev 75544)
@@ -50,7 +50,7 @@
                         'zope.exceptions',
                         'zope.i18nmessageid',
                         'zope.interface',
-                        'zope.location',
+                        'zope.location>=3.4.0b1.dev-r75152',
                         'zope.proxy',
                         'zope.schema',
                         'zope.thread',



More information about the Checkins mailing list