python3Packages.chalice: relax jmespath constraint

https://github.com/aws/chalice/commit/48511562f189d33b43438ca608b10fc376508f09
This commit is contained in:
Martin Weinelt
2022-04-15 03:17:39 +02:00
parent 2f7893fbf6
commit 8e3fae565c
@@ -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 = [