pythonPackages.Fabric: fix dependency on fudge<1
This commit is contained in:
parent
d893d1c8eb
commit
3da674148b
1 changed files with 1 additions and 1 deletions
|
@ -5123,7 +5123,7 @@ in modules // {
|
|||
disabled = isPy3k;
|
||||
doCheck = (!isPyPy); # https://github.com/fabric/fabric/issues/11891
|
||||
propagatedBuildInputs = with self; [ paramiko pycrypto ];
|
||||
buildInputs = with self; [ fudge nose ];
|
||||
buildInputs = with self; [ fudge_9 nose ];
|
||||
};
|
||||
|
||||
fedora_cert = stdenv.mkDerivation (rec {
|
||||
|
|
Loading…
Reference in a new issue