[Checkins] SVN: five.hashedresource/trunk/setup.py fixed dependency on z3c.hashedresource

Thomas Lotze tl at gocept.com
Tue Jul 14 04:56:07 EDT 2009


Log message for revision 101884:
  fixed dependency on z3c.hashedresource

Changed:
  U   five.hashedresource/trunk/setup.py

-=-
Modified: five.hashedresource/trunk/setup.py
===================================================================
--- five.hashedresource/trunk/setup.py	2009-07-14 08:39:30 UTC (rev 101883)
+++ five.hashedresource/trunk/setup.py	2009-07-14 08:56:06 UTC (rev 101884)
@@ -25,7 +25,7 @@
     namespace_packages=['five'],
     install_requires=[
         'setuptools',
-        'z3c.hashedresource>=1.0',
+        'z3c.hashedresource>1.0',
         'zope.component',
         'zope.publisher',
         'zope.traversing',



More information about the Checkins mailing list