[tahoe-dev] v1.9.0-sumo build is broken on a RHEL5 system (and clones)
Jimmy Tang
jcftang at gmail.com
Thu Dec 15 13:51:15 UTC 2011
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/
More information about the tahoe-dev
mailing list