[Checkins] SVN: zope.location/trunk/ zope.location requires zope.proxy>3.3 which can be found on download.zope.org

Christian Zagrodnick cz at gocept.com
Wed Apr 25 04:44:05 EDT 2007


Log message for revision 74735:
  zope.location requires zope.proxy>3.3 which can be found on download.zope.org

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

-=-
Modified: zope.location/trunk/buildout.cfg
===================================================================
--- zope.location/trunk/buildout.cfg	2007-04-25 08:17:14 UTC (rev 74734)
+++ zope.location/trunk/buildout.cfg	2007-04-25 08:44:04 UTC (rev 74735)
@@ -1,6 +1,7 @@
 [buildout]
 develop = . 
 parts = test
+find-links = http://download.zope.org/distribution/
 
 [test]
 recipe = zc.recipe.testrunner

Modified: zope.location/trunk/setup.py
===================================================================
--- zope.location/trunk/setup.py	2007-04-25 08:17:14 UTC (rev 74734)
+++ zope.location/trunk/setup.py	2007-04-25 08:44:04 UTC (rev 74735)
@@ -37,7 +37,7 @@
       install_requires=['setuptools',
                         'zope.interface',
                         'zope.schema',
-                        'zope.proxy',
+                        'zope.proxy>3.3',
                         'zope.security',
                         'zope.traversing',
                         'zope.app.component',



More information about the Checkins mailing list