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