Fabric: use python3
This commit is contained in:
parent
c6c14b114d
commit
21f7be755b
|
@ -3433,7 +3433,7 @@ in
|
|||
|
||||
f2fs-tools = callPackage ../tools/filesystems/f2fs-tools { };
|
||||
|
||||
Fabric = python2Packages.Fabric;
|
||||
Fabric = with python3Packages; toPythonApplication Fabric;
|
||||
|
||||
fail2ban = callPackage ../tools/security/fail2ban { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue