pythonPackages.chalice: fix build

This commit is contained in:
Orivej Desh 2020-12-07 13:10:15 +00:00
parent a817ce3ada
commit 0944a15fe3

View File

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