python3Packages.moto relax MarkupSafe constraint
This commit is contained in:
parent
942280d72f
commit
02a329cd7d
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ buildPythonPackage rec {
|
|||
substituteInPlace setup.py \
|
||||
--replace "ecdsa<0.15" "ecdsa" \
|
||||
--replace "idna<3,>=2.5" "idna" \
|
||||
--replace "MarkupSafe<2.0" "MarkupSafe" \
|
||||
'';
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue