From: Florent Kermarrec Date: Wed, 12 Jun 2019 09:26:57 +0000 (+0200) Subject: setup.py: add migen to install_requires X-Git-Tag: 24jan2021_ls180~1166 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5318bcd3c3bd97a0e2cae6ea384b09f3cb755f24;p=litex.git setup.py: add migen to install_requires --- diff --git a/setup.py b/setup.py index 1e3eca44..598fbb5d 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( "Programming Language :: Python", ], packages=find_packages(exclude=("test*", "sim*", "doc*")), - install_requires=["pyserial"], + install_requires=["migen", "pyserial"], include_package_data=True, entry_points={ "console_scripts": [