From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Fri, 9 Nov 2007 20:03:15 +0000 (-0700)
Subject: setup: require pycryptopp >= v0.2.5
X-Git-Url: https://git.rkrishnan.org/Site/Content/Exhibitors/quickstart.html?a=commitdiff_plain;h=bf84b191c5980b40d771d1e80747cfe4f3719270;p=tahoe-lafs%2Ftahoe-lafs.git

setup: require pycryptopp >= v0.2.5
---

diff --git a/calcdeps.py b/calcdeps.py
index 19ee2efa..b5642685 100644
--- a/calcdeps.py
+++ b/calcdeps.py
@@ -24,7 +24,7 @@ except ImportError:
 install_requires=["zfec >= 1.0.3",
                   "foolscap >= 0.1.6",
                   "simplejson >= 1.4",
-                  "pycryptopp >= 0.2.3",
+                  "pycryptopp >= 0.2.5",
                   ]