mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
python3Packages.moto relax MarkupSafe constraint
This commit is contained in:
parent
942280d72f
commit
02a329cd7d
@ -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 New Issue
Block a user