python3Packages.moto relax MarkupSafe constraint

This commit is contained in:
Robert Schütz 2021-06-20 16:05:58 +02:00 committed by Martin Weinelt
parent 942280d72f
commit 02a329cd7d

View File

@ -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 = [