mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
pythonPackages.Fabric: fix dependency on fudge<1
This commit is contained in:
parent
d893d1c8eb
commit
3da674148b
@ -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 New Issue
Block a user