pythonPackages.botocore: remove stale substituteInPlace
This commit is contained in:
parent
54677510d7
commit
c1b1ba0a6e
@ -28,10 +28,6 @@ buildPythonPackage rec {
|
||||
urllib3
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py --replace "docutils>=0.10,<0.16" "docutils>=0.10"
|
||||
'';
|
||||
|
||||
checkInputs = [ mock nose ];
|
||||
|
||||
checkPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user