X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=setup.py;h=3a58066a8bb70077b035500e46d82b98acfbbbb9;hb=b76ab666387570fd51d820a35660de07b207ba0e;hp=dc3c71f533252f31a4fea345885631b7ffd4d6e1;hpb=e6b98909da68ca3ce106919b98d9cb034a237d48;p=soc.git diff --git a/setup.py b/setup.py index dc3c71f5..3a58066a 100644 --- a/setup.py +++ b/setup.py @@ -15,11 +15,13 @@ install_requires = [ 'pygdbmi', 'nmigen-soc', # install manually from git.libre-soc.org 'ply', # needs to be installed manually - 'astor', + 'astor' ] test_requires = [ 'nose', + # install from https://salsa.debian.org/Kazan-team/power-instruction-analyzer + 'power-instruction-analyzer' ] setup(