]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: don't include zope.interface in our automatically-satisfiable dependencies...
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 27 Sep 2007 22:06:17 +0000 (15:06 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 27 Sep 2007 22:06:17 +0000 (15:06 -0700)
calcdeps.py

index 66f98803171a65972d639cd0a2d252a5ca8145b8..03222cc5f17a75d8c70c745dcb2dc1292cc83263 100644 (file)
@@ -24,10 +24,15 @@ except ImportError:
 install_requires=["zfec >= 1.0.3",
                   "foolscap >= 0.1.6",
                   "simplejson >= 1.4",
-                  "zope.interface >= 3.0",
                   ]
 
 
+# We also require zope.interface, but some older versions of setuptools such
+# as setuptools v0.6a9 don't handle the "." in its name correctly, and anyway
+# people have to manually install Twisted before using our automatic
+# dependency resolution, and they have to manually install zope.interface in
+# order to install Twisted.
+
 # Ubuntu Dapper includes nevow-0.6.0 and twisted-2.2.0, both of which work.
 # However, setuptools doesn't know about them, so our install_requires=
 # dependency upon nevow causes our 'build-deps' step to try and build the