Doing this somewhat makes the problem go away on RHEL5
diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py
index bee1b5d..57d82b1 100644
--- a/src/allmydata/_auto_deps.py
+++ b/src/allmydata/_auto_deps.py
@@ -38,14 +38,13 @@ install_requires = [
# or foolscap switching from pyOpenSSL to a different crypto library, we
# need to update this declaration here.
"foolscap >= 0.6.1",
- "pyOpenSSL",
+ "pyOpenSSL <= 0.11",
the tests all pass after making the change.
Is there a compelling reason for using newer versions of pyopenssl ?
--
http://www.sgenomics.org/~jtang/
_______________________________________________
tahoe-dev mailing list
[email protected]
http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev