remove unneeded dependencies
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 15 Apr 2022 14:56:52 +0000 (15:56 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 15 Apr 2022 14:56:52 +0000 (15:56 +0100)
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",