python3Packages.moto: relax idna pin
This commit is contained in:
parent
c7fc19466b
commit
a812d1b7af
@ -37,7 +37,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "ecdsa<0.15" "ecdsa"
|
--replace "ecdsa<0.15" "ecdsa" \
|
||||||
|
--replace "idna<3,>=2.5" "idna" \
|
||||||
'';
|
'';
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user