]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: update the version numbers of packages that we require, add zope.interface...
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 10 Jan 2008 20:56:39 +0000 (13:56 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 10 Jan 2008 20:56:39 +0000 (13:56 -0700)
calcdeps.py
docs/install.html

index 3705ad522cc9a70eebb46051556d8f586b3df6b6..282e8cb26dc8a48392cce76c0bffc68209f2662b 100644 (file)
@@ -8,10 +8,12 @@ dependency_links=[os.path.join(miscdeps, t) for t in os.listdir(miscdeps) if t.e
 # tahoe source when that source was built.
 dependency_links.append("http://allmydata.org/trac/tahoe/wiki/Dependencies")
 
-install_requires=["zfec >= 1.0.3",
+install_requires=["zfec >= 1.3.0",
                   "foolscap >= 0.2.3",
-                  "simplejson >= 1.4",
-                  "pycryptopp >= 0.2.8",
+                  "simplejson >= 1.7.3",
+                  "pycryptopp >= 0.2.9",
+                  "nevow >= 0.6.0",
+                  "zope.interface >= 3.1.0",
                   ]
 
 nevow_version = None
index 0bbaf8e7c20d6eaf70f4efa74449a1adc7db354a..340e8b2441eb83f71b270b177e7f3011d57d8ace 100644 (file)
@@ -32,8 +32,6 @@
 
        <li><a href="http://python.org">Python</a> &gt;= v2.4.2 including development headers i.e. "Python.h"</li>
 
-       <li><a href="http://zope.org/Products/ZopeInterface">zope.interface</a> &gt;= v3.1.0-- <em>not</em> the entire <cite>Zope</cite> package, merely the much smaller <cite>zope.interface</cite> component</li>
-
        <li><a href="http://twistedmatrix.com">Twisted</a> &gt;= v2.4.0 -- from the Twisted "sumo" source tarball</li>
 
        <li><a href="http://openssl.org">OpenSSL</a> &gt;= v0.9.7, including development headers</li>