python3Packages.moto: relax idna pin

This commit is contained in:
Martin Weinelt 2021-04-15 02:04:05 +02:00
parent c7fc19466b
commit a812d1b7af

View file

@ -37,7 +37,8 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace "ecdsa<0.15" "ecdsa"
--replace "ecdsa<0.15" "ecdsa" \
--replace "idna<3,>=2.5" "idna" \
'';
patches = [