fix ssh import error message

This commit is contained in:
Alessandro Ogier 2019-08-22 18:19:38 +02:00
parent 3abb2f3fc8
commit 1afc6e31c8

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).