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