[Checkins] SVN: grok/branches/0.10/setup.py Remove note about the previous method of pinning down some of the

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Oct 10 04:36:08 EDT 2007


Log message for revision 80771:
  Remove note about the previous method of pinning down some of the
  dependencies.

Changed:
  U   grok/branches/0.10/setup.py

-=-
Modified: grok/branches/0.10/setup.py
===================================================================
--- grok/branches/0.10/setup.py	2007-10-10 08:35:47 UTC (rev 80770)
+++ grok/branches/0.10/setup.py	2007-10-10 08:36:08 UTC (rev 80771)
@@ -1,13 +1,6 @@
 from setuptools import setup, find_packages
 import os
 
-# some of the dependencies containing C code have been hardcoded to
-# make sure we only depend on versions for which there is a windows
-# binary. In some cases this means we rely on an earlier version than the
-# latest/greatest version as no Windows binary has been released for it yet.
-# in some cases we also need to do this for non-binary dependencies, as
-# more recent versions rely on versions for which no binary eggs exist.
-
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 



More information about the Checkins mailing list