]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: require secure_connections from foolscap
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 30 Jul 2008 02:10:41 +0000 (19:10 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 30 Jul 2008 02:10:41 +0000 (19:10 -0700)
commit01e5ca68e264027412c80623eecd9ff8392633e4
treee154aad8a52f1b9496d9bdd0a5ff2025cab4b689
parent56282613c5108df825929ad914448c9e97a15b77
setup: require secure_connections from foolscap
This causes a problem on debian sid, since the pyOpenSSL v0.6 .deb doesn't come
with .egg-info, so setuptools will not know that it is already installed and
will try to install pyOpenSSL, and if it installs pyOpenSSL v0.7, then this
will trigger the bug in Twisted v8.1.0 when used with pyOpenSSL v0.7.

http://twistedmatrix.com/trac/ticket/3218

Now the comments in twisted #3218 suggest that it happens only with the select
reactor, so maybe using --reactor=poll will avoid it.
_auto_deps.py