From 5333d976e8a4317ccc39e3af888f83465a9d355f Mon Sep 17 00:00:00 2001 From: robk-tahoe Date: Thu, 3 Apr 2008 16:06:46 -0700 Subject: [PATCH] auto_deps: require foolscap >= 2.5 the key_generator depends upon tub.setLocationAutomatically() which is only available in foolscap > 0.2.5 --- _auto_deps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_auto_deps.py b/_auto_deps.py index 27e4bb51..b0b55446 100644 --- a/_auto_deps.py +++ b/_auto_deps.py @@ -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", -- 2.45.2