projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21025cb
)
whitespace
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 31 Dec 2021 14:51:02 +0000
(14:51 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 31 Dec 2021 14:51:02 +0000
(14:51 +0000)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 5ca3ca23af3f4bfdba97d9b695c8e771054f1f76..1bea5e6d53467ad6ca3c1df079c71b502805beb4 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-26,7
+26,7
@@
setup(
setup_requires=["wheel", "setuptools", "setuptools_scm"],
install_requires=[
"importlib_metadata; python_version<'3.8'", # for __version__ and nmigen._yosys
-
"importlib_resources; python_version<'3.9'", # for nmigen._yosys
+ "importlib_resources; python_version<'3.9'", # for nmigen._yosys
"pyvcd~=0.2.0", # for nmigen.pysim
"Jinja2~=2.11", # for nmigen.build
],