pythonPackages.chalice: remove stale substituteInPlace

wip/yesman
Sandro Jäckel 3 years ago
parent 99f1ba3258
commit 54677510d7
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 3
      pkgs/development/python-modules/chalice/default.nix

@ -52,8 +52,7 @@ buildPythonPackage rec {
postPatch = ''
sed -i setup.py -e "/pip>=/c\'pip',"
substituteInPlace setup.py \
--replace 'typing==3.6.4' 'typing' \
--replace 'attrs>=19.3.0,<20.3.0' 'attrs'
--replace 'typing==3.6.4' 'typing'
'';
checkPhase = ''

Loading…
Cancel
Save