setup.py: Remove migen/pythondata-software-compiler-rt (Installed through litex_setup.py).
This commit is contained in:
parent
a3b62c9b95
commit
41bd8539c3
2
setup.py
2
setup.py
|
@ -15,10 +15,8 @@ setup(
|
||||||
license="BSD",
|
license="BSD",
|
||||||
python_requires="~=3.6",
|
python_requires="~=3.6",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"migen",
|
|
||||||
"pyserial",
|
"pyserial",
|
||||||
"requests",
|
"requests",
|
||||||
"pythondata-software-compiler_rt",
|
|
||||||
],
|
],
|
||||||
packages=find_packages(exclude=("test*", "sim*", "doc*")),
|
packages=find_packages(exclude=("test*", "sim*", "doc*")),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|
Loading…
Reference in New Issue