forked from M-Labs/nix-scripts
migen-axi: relax dependency versioning
This commit is contained in:
parent
2c146918a9
commit
bdd57d8895
|
@ -249,6 +249,10 @@ rec {
|
|||
--replace "ramda==0.5.5" "ramda"
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "colorama==0.4.3" "colorama"
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "toolz==0.10.0" "toolz"
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "pyserial==3.4" "pyserial"
|
||||
'';
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue