mycli: Add paramiko as a propagated build input

Fixes error:

    Cannot use SSH transport because paramiko isn't installed, please
    install paramiko or don't use --ssh-host=
This commit is contained in:
Oleg Pykhalov 2020-01-12 12:13:53 +03:00 committed by Frederik Rietdijk
parent 72e2b8e16e
commit 9405324531

View file

@ -15,7 +15,7 @@ buildPythonApplication rec {
};
propagatedBuildInputs = [
pymysql configobj sqlparse prompt_toolkit pygments click pycrypto cli-helpers
paramiko pymysql configobj sqlparse prompt_toolkit pygments click pycrypto cli-helpers
];
checkInputs = [ pytest mock glibcLocales ];