On 15/12/11 13:51, Jimmy Tang wrote: > 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 ?
No, but we dislike having to exclude newer versions of dependencies; it means that security updates don't get picked up, for example. Filed as https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1637 . -- David-Sarah Hopwood ⚥ http://davidsarah.livejournal.com
signature.asc
Description: OpenPGP digital signature
_______________________________________________ tahoe-dev mailing list [email protected] http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
