mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 15:28:12 +00:00
import/delegate-to foolscap's allocate_tcp_port
(instead of using a copy). Foolscap-0.12.3 fixes a problem with allocate_tcp_port() that was causing intermittent test failures. I think it makes more sense to use Foolscap's copy (and fixes) than to keep re-copying it into Tahoe each time it changes. If/when we manage to stop depending upon foolscap for server RPC, we can re-copy this back into tahoe's source tree. refs ticket:2795
This commit is contained in:
@ -39,7 +39,8 @@ install_requires = [
|
||||
# * foolscap 0.8.0 generates 2048-bit RSA-with-SHA-256 signatures,
|
||||
# rather than 1024-bit RSA-with-MD5. This also allows us to work
|
||||
# with a FIPS build of OpenSSL.
|
||||
# * foolscap >= 0.12.3 provides tcp/tor/i2p connection handlers we need
|
||||
# * foolscap >= 0.12.3 provides tcp/tor/i2p connection handlers we need,
|
||||
# and allocate_tcp_port
|
||||
"foolscap >= 0.12.3",
|
||||
|
||||
# Needed for SFTP.
|
||||
|
Reference in New Issue
Block a user