projects
/
lambdasoc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd2291f
)
remove unneeded dependencies
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 15 Apr 2022 14:56:52 +0000
(15:56 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 15 Apr 2022 14:56:52 +0000
(15:56 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index e897b9ae09ea05ecef6b47a6152b4dfa45cc860d..2fca63720db579d4f7e14584d3c84c0a1e7bbd05 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-29,11
+29,6
@@
setup(
"nmigen-soc",
"nmigen-stdio",
"nmigen-boards",
- "minerva",
-
- "migen",
- "litex",
- "litedram",
],
entry_points={
"console_scripts": [
@@
-44,7
+39,7
@@
setup(
"SFL": ["asyncserial"]
},
packages=find_packages(),
- zip_safe=False, # install
package as a directory. needed to build the
SoC firmware.
+ zip_safe=False, # install
as directory. needed to build
SoC firmware.
include_package_data=True,
project_urls={
"Source Code": "https://github.com/lambdaconcept/lambdasoc",