overrides: pin parallel-ssh to latest
This commit is contained in:
parent
e8125bbb11
commit
5c38d34fa8
1 changed files with 15 additions and 0 deletions
|
@ -70,6 +70,21 @@ in
|
|||
jupyter-server-proxy
|
||||
;
|
||||
|
||||
ssh-python = latest.python3Packages.ssh-python.override {
|
||||
inherit (pythonPrev) buildPythonPackage;
|
||||
};
|
||||
ssh2-python = latest.python3Packages.ssh2-python.override {
|
||||
inherit (pythonPrev) buildPythonPackage;
|
||||
};
|
||||
parallel-ssh = latest.python3Packages.parallel-ssh.override {
|
||||
inherit (pythonFinal)
|
||||
buildPythonPackage
|
||||
gevent
|
||||
ssh-python
|
||||
ssh2-python
|
||||
;
|
||||
};
|
||||
|
||||
qtile-extras = pythonPrev.qtile-extras.overridePythonAttrs {
|
||||
doCheck = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue