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