setup: synchronize builtin-yosys dependency.

This commit is contained in:
whitequark 2020-08-27 13:39:42 +00:00
parent 955f3f6dcc
commit d12c7827a0

View file

@ -45,7 +45,7 @@ setup(
],
extras_require={
# this version requirement needs to be synchronized with the one in nmigen.back.verilog!
"builtin-yosys": ["nmigen-yosys>=0.9.*"],
"builtin-yosys": ["nmigen-yosys>=0.9.post3527.*"],
"remote-build": ["paramiko~=2.7"],
},
packages=find_packages(),