From: Cole Poirier Date: Tue, 13 Oct 2020 17:21:53 +0000 (-0700) Subject: move pia from install_requires to test_requires X-Git-Tag: 24jan2021_ls180~154 X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=0089c098ef00a0a35f99b178537e70a33b4690db move pia from install_requires to test_requires --- diff --git a/setup.py b/setup.py index bbe5e144..3a58066a 100644 --- a/setup.py +++ b/setup.py @@ -15,14 +15,13 @@ install_requires = [ 'pygdbmi', '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', + 'astor' ] test_requires = [ 'nose', + # install from https://salsa.debian.org/Kazan-team/power-instruction-analyzer + 'power-instruction-analyzer' ] setup(