Merge pull request #1895 from aogier/ssh-error

fix ssh import error message
This commit is contained in:
Griatch 2019-08-28 18:40:08 +02:00 committed by GitHub
commit a748a579c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ from twisted.conch.interfaces import IConchUser
_SSH_IMPORT_ERROR = """
ERROR: Missing crypto library for SSH. Install it with
pip install cryptography pyasn1
pip install cryptography pyasn1 bcrypt
(On older Twisted versions you may have to do 'pip install pycrypto pyasn1' instead).