pythonPackages.botocore: remove docutils constraint

This commit is contained in:
Frederik Rietdijk
2020-02-09 09:17:31 +01:00
committed by Frederik Rietdijk
parent f3812d7dc8
commit 957517023f
@@ -28,6 +28,10 @@ buildPythonPackage rec {
urllib3
];
postPatch = ''
substituteInPlace setup.py --replace ",<0.16" ""
'';
checkInputs = [ mock nose ];
checkPhase = ''