python.pkgs.moto: loosen jsondiff constraint

This commit is contained in:
Frederik Rietdijk 2018-06-12 20:30:08 +02:00
parent aa5ab58387
commit 1d9291b16e

View File

@ -17,7 +17,8 @@ buildPythonPackage rec {
# regarding aws-xray-sdk: https://github.com/spulec/moto/commit/31eac49e1555c5345021a252cb0c95043197ea16
substituteInPlace setup.py \
--replace "python-dateutil<2.7.0" "python-dateutil<3.0.0" \
--replace "aws-xray-sdk<0.96," "aws-xray-sdk"
--replace "aws-xray-sdk<0.96," "aws-xray-sdk" \
--replace "jsondiff==1.1.1" "jsondiff>=1.1.1"
'';
propagatedBuildInputs = [