conch doesn't require cryptopp any more

(as per exarkun review-comment)
This commit is contained in:
meejah 2019-06-24 11:23:54 -06:00
parent ec01e97ec9
commit 44cddc2ee3

View File

@ -211,9 +211,7 @@ Dependencies
The Tahoe-LAFS SFTP server requires the Twisted "Conch" component (a "conch"
is a twisted shell, get it?). Many Linux distributions package the Conch code
separately: debian puts it in the "python-twisted-conch" package. Conch
requires the "pycrypto" package, which is a Python+C implementation of many
cryptographic functions (the debian package is named "python-crypto").
separately: debian puts it in the "python-twisted-conch" package.
Immutable and Mutable Files
===========================