From 86b330b3d808ca1ddaabba4c54382c9308822a43 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 23 Jul 2020 19:36:02 -0700 Subject: [PATCH] add power-instruction-analyzer as a dependency --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index dc3c71f5..bbe5e144 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,9 @@ install_requires = [ 'nmigen-soc', # install manually from git.libre-soc.org 'ply', # needs to be installed manually 'astor', + + # install from https://salsa.debian.org/Kazan-team/power-instruction-analyzer + 'power-instruction-analyzer', ] test_requires = [ -- 2.30.2