pythonPackages.botocore: remove stale substituteInPlace

This commit is contained in:
Sandro Jäckel 2021-02-22 08:41:40 +01:00
parent 54677510d7
commit c1b1ba0a6e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

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