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:
02abc66
)
removing cocotb from install dependencies, it is a test dependency
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 9 Oct 2020 19:22:37 +0000
(20:22 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 9 Oct 2020 19:22:37 +0000
(20:22 +0100)
not an operational dependency;
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index f69575bd04f3188f8bfe022ebd6d466b977c1385..0dec406017977ce2ae42c7b8ae32c2c00f7ed3a8 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-23,7
+23,9
@@
setup(
license="multi",
python_requires="~=3.6",
setup_requires=["setuptools_scm"],
- install_requires=["setuptools", "cocotb", "nmigen"],
+
+ # removing cocotb, causing unnecessary dependency and install problems
+ install_requires=["setuptools", "nmigen"],
include_package_data=True,
packages=find_packages(),
project_urls={