From 69ae5b0b75e0d63a0b024b5cf2d99dccdb35538d Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 23 Jan 2008 11:00:35 -0700
Subject: [PATCH] setup: loosen our requirement on pycryptopp from >= 0.2.9 to
 >= 0.2.8 Again, tahoecs2 has pycryptopp v0.2.8, and reviewing the pycryptopp
 change history shows that there were no important bugfixes added since 0.2.8.

---
 _auto_deps.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_auto_deps.py b/_auto_deps.py
index 4bc374cf..f24a4473 100644
--- a/_auto_deps.py
+++ b/_auto_deps.py
@@ -1,7 +1,7 @@
 install_requires=["zfec >= 1.1.0",
                   "foolscap >= 0.2.3",
                   "simplejson >= 1.7.1",
-                  "pycryptopp >= 0.2.9",
+                  "pycryptopp >= 0.2.8",
                   "nevow >= 0.6.0",
                   "zope.interface >= 3.1.0",
                   ]
-- 
2.45.2