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:
parent
72e2b8e16e
commit
9405324531
@ -15,7 +15,7 @@ buildPythonApplication rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
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 ];
|
checkInputs = [ pytest mock glibcLocales ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user