From: Luke Kenneth Casson Leighton Date: Sun, 2 May 2021 05:55:06 +0000 (+0100) Subject: adjust dependencies in setup.py X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;ds=sidebyside;h=06c5bf3a6555eeb3e4ee87966bea3039a98aada3;p=soc.git adjust dependencies in setup.py --- diff --git a/setup.py b/setup.py index 667e31be..25a5ebf5 100644 --- a/setup.py +++ b/setup.py @@ -16,11 +16,8 @@ version = '0.0.1' install_requires = [ # 'sfpy', # needs manual patching - 'ieee754fpu', # uploaded (successfully, whew) to pip - 'pygdbmi', # safe to include + 'libresoc-ieee754fpu', # uploaded (successfully, whew) to pip # 'nmigen-soc', # install manually from git.libre-soc.org - # 'ply', # needs to be installed manually - 'astor' # safe to include ] test_requires = [