python3Packages.chalice: relax jmespath constraint

48511562f1
This commit is contained in:
Martin Weinelt 2022-04-14 18:25:26 +02:00
parent 2f7893fbf6
commit 8e3fae565c

View file

@ -62,7 +62,7 @@ buildPythonPackage rec {
sed -i setup.py -e "/pip>=/c\'pip',"
substituteInPlace setup.py \
--replace "typing==3.6.4" "typing" \
--replace "attrs>=19.3.0,<21.3.0" "attrs"
--replace "jmespath>=0.9.3,<1.0.0" "jmespath>=0.9.3,<2.0.0"
'';
disabledTestPaths = [