From: Luke Kenneth Casson Leighton Date: Fri, 9 Oct 2020 19:22:37 +0000 (+0100) Subject: removing cocotb from install dependencies, it is a test dependency X-Git-Tag: 24jan2021ls180~4 X-Git-Url: https://git.libre-soc.org/?p=c4m-jtag.git;a=commitdiff_plain;h=4caacf8553b2170848929da49bb8af23177e0919 removing cocotb from install dependencies, it is a test dependency not an operational dependency; --- diff --git a/setup.py b/setup.py index f69575b..0dec406 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,9 @@ setup( license="multi", python_requires="~=3.6", setup_requires=["setuptools_scm"], - install_requires=["setuptools", "cocotb", "nmigen"], + + # removing cocotb, causing unnecessary dependency and install problems + install_requires=["setuptools", "nmigen"], include_package_data=True, packages=find_packages(), project_urls={