mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-06 01:21:43 +00:00
_auto_deps.py: per #456, don't require the 'secure_connections' feature from Foolscap, to avoid (failing) builds of pyopenssl
This commit is contained in:
parent
4b8632b7e5
commit
1efcf2ee3c
@ -1,5 +1,5 @@
|
|||||||
install_requires=["zfec >= 1.1.0",
|
install_requires=["zfec >= 1.1.0",
|
||||||
"foolscap[secure_connections] >= 0.2.8",
|
"foolscap >= 0.2.8",
|
||||||
"simplejson >= 1.4",
|
"simplejson >= 1.4",
|
||||||
|
|
||||||
# pycryptopp < 0.5 had a bug which, using a Microsoft
|
# pycryptopp < 0.5 had a bug which, using a Microsoft
|
||||||
|
Loading…
x
Reference in New Issue
Block a user