python3Packages.moto: relax idna pin
This commit is contained in:
parent
c7fc19466b
commit
a812d1b7af
1 changed files with 2 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue