python.pkgs.chalice: correctly patch setup.py

This commit is contained in:
Robert Schütz 2019-01-17 19:32:02 +01:00 committed by Frederik Rietdijk
parent fe348a1a7d
commit b36f9183f7
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ buildPythonPackage rec {
postPatch = '' postPatch = ''
substituteInPlace setup.py \ substituteInPlace setup.py \
--replace 'pip>=9,<=18' 'pip' \ --replace 'pip>=9,<=18.1' 'pip' \
--replace 'typing==3.6.4' 'typing' \ --replace 'typing==3.6.4' 'typing' \
--replace 'attrs==17.4.0' 'attrs' \ --replace 'attrs==17.4.0' 'attrs' \
--replace 'click>=6.6,<7.0' 'click' --replace 'click>=6.6,<7.0' 'click'