forked from M-Labs/nix-scripts
migen-axi: fix requirements.txt patch
This commit is contained in:
parent
ae16ada2e3
commit
46e745d310
|
@ -227,7 +227,7 @@ rec {
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace requirements.txt \
|
substituteInPlace requirements.txt \
|
||||||
--replace "jinja2==2.10.3" "jinja2"
|
--replace "jinja2==2.11.3" "jinja2"
|
||||||
substituteInPlace requirements.txt \
|
substituteInPlace requirements.txt \
|
||||||
--replace "future==0.18.2" "future"
|
--replace "future==0.18.2" "future"
|
||||||
substituteInPlace requirements.txt \
|
substituteInPlace requirements.txt \
|
||||||
|
|
Loading…
Reference in New Issue