From b0dd88158a3e5b0ffc829d6df1f96da90ded5cd5 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 10 Jan 2008 13:56:39 -0700 Subject: [PATCH] setup: update the version numbers of packages that we require, add zope.interface to our requirements, make nevow >= 0.6.0 always be a requirement --- calcdeps.py | 8 +++++--- docs/install.html | 2 -- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/calcdeps.py b/calcdeps.py index 3705ad52..282e8cb2 100644 --- a/calcdeps.py +++ b/calcdeps.py @@ -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 diff --git a/docs/install.html b/docs/install.html index 0bbaf8e7..340e8b24 100644 --- a/docs/install.html +++ b/docs/install.html @@ -32,8 +32,6 @@
  • Python >= v2.4.2 including development headers i.e. "Python.h"
  • -
  • zope.interface >= v3.1.0-- not the entire Zope package, merely the much smaller zope.interface component
  • -
  • Twisted >= v2.4.0 -- from the Twisted "sumo" source tarball
  • OpenSSL >= v0.9.7, including development headers
  • -- 2.45.2