projects
/
c4m-jtag.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a20db6d
)
modgrammar dependency
author
Staf Verhaegen
<staf@stafverhaegen.be>
Thu, 1 Apr 2021 12:38:46 +0000
(14:38 +0200)
committer
Staf Verhaegen
<staf@stafverhaegen.be>
Thu, 1 Apr 2021 12:38:46 +0000
(14:38 +0200)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 02023dc86f10fc0332915377fdc4d5064d43bca0..78796093ccbb27dc22fc37d657141efd174fa05e 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-25,7
+25,7
@@
setup(
setup_requires=["setuptools_scm"],
# removing cocotb, causing unnecessary dependency and install problems
- install_requires=["setuptools", "nmigen"],
+ install_requires=["setuptools", "nmigen"
, "modgrammar"
],
# unit tests require cocotb: main operation does not
tests_require=['cocotb'],