pythonPackages.botocore: remove docutils constraint

This commit is contained in:
Frederik Rietdijk
2020-02-08 14:08:50 +01:00
committed by Frederik Rietdijk
parent f3812d7dc8
commit 957517023f

View File

@@ -28,6 +28,10 @@ buildPythonPackage rec {
urllib3
];
postPatch = ''
substituteInPlace setup.py --replace ",<0.16" ""
'';
checkInputs = [ mock nose ];
checkPhase = ''