From 957517023fd24a0529e2bc127f2e74200d45e245 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 8 Feb 2020 14:08:50 +0100 Subject: [PATCH] pythonPackages.botocore: remove docutils constraint --- pkgs/development/python-modules/botocore/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/botocore/default.nix b/pkgs/development/python-modules/botocore/default.nix index dfc3dd21b2f..8bf6b4eff7e 100644 --- a/pkgs/development/python-modules/botocore/default.nix +++ b/pkgs/development/python-modules/botocore/default.nix @@ -28,6 +28,10 @@ buildPythonPackage rec { urllib3 ]; + postPatch = '' + substituteInPlace setup.py --replace ",<0.16" "" + ''; + checkInputs = [ mock nose ]; checkPhase = ''