From: Luke Kenneth Casson Leighton Date: Fri, 15 Apr 2022 14:56:52 +0000 (+0100) Subject: remove unneeded dependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=90f948e59d2714180670ade952c3470563e45ba9;p=lambdasoc.git remove unneeded dependencies --- diff --git a/setup.py b/setup.py index e897b9a..2fca637 100644 --- 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",