]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
auto_deps: require foolscap >= 2.5
authorrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 3 Apr 2008 23:06:46 +0000 (16:06 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Thu, 3 Apr 2008 23:06:46 +0000 (16:06 -0700)
the key_generator depends upon tub.setLocationAutomatically() which is only
available in foolscap > 0.2.5

_auto_deps.py

index 27e4bb514dd9eb159b759696fc9d1a81193df1fc..b0b5544604308428ca6f62f7c848faef54f921c7 100644 (file)
@@ -1,5 +1,5 @@
 install_requires=["zfec >= 1.1.0",
-                  "foolscap >= 0.2.4",
+                  "foolscap >= 0.2.5",
                   "simplejson >= 1.4",
                   "pycryptopp >= 0.2.8",
                   "nevow >= 0.6.0",