mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
setup.py: Remove migen/pythondata-software-compiler-rt (Installed through litex_setup.py).
This commit is contained in:
parent
a3b62c9b95
commit
41bd8539c3
1 changed files with 0 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -15,10 +15,8 @@ setup(
|
|||
license="BSD",
|
||||
python_requires="~=3.6",
|
||||
install_requires=[
|
||||
"migen",
|
||||
"pyserial",
|
||||
"requests",
|
||||
"pythondata-software-compiler_rt",
|
||||
],
|
||||
packages=find_packages(exclude=("test*", "sim*", "doc*")),
|
||||
include_package_data=True,
|
||||
|
|
Loading…
Reference in a new issue