python.pkgs.moto: loosen jsondiff constraint
This commit is contained in:
parent
aa5ab58387
commit
1d9291b16e
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user