lib.ec.ssh.AsyncSSH: Ignore missing asyncssh
Accept if AsyncSSH is missing. The package would be nice to have, i.e. a good candidate for a "recommends" section, but until there's support for that, better be able to do without and fall back to command-line ssh.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
920e950eed
commit
32fc7e097a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import shutil
|
||||||
import signal
|
import signal
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
import asyncssh
|
import asyncssh # type: ignore[import-not-found]
|
||||||
|
|
||||||
from ...base import Result
|
from ...base import Result
|
||||||
from ...log import DEBUG, ERR, NOTICE, log
|
from ...log import DEBUG, ERR, NOTICE, log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue