1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 = ''