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-02-06 20:03:01 +01:00
committed by Frederik Rietdijk
parent 72e2b8e16e
commit 9405324531
+1 -1
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 ];