python3Packages.Fabric: fix build
This commit is contained in:
parent
d069d54e94
commit
b31c95b2ee
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ buildPythonPackage rec {
|
|||
sha256 = "47f184b070272796fd2f9f0436799e18f2ccba4ee8ee587796fca192acd46cd2";
|
||||
};
|
||||
|
||||
# only relevant to python < 3.4
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace ', "pathlib2"' ' '
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ invoke paramiko cryptography ];
|
||||
checkInputs = [ pytest mock pytest-relaxed ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue