From: Luke Kenneth Casson Leighton Date: Sun, 2 May 2021 05:59:01 +0000 (+0100) Subject: add astor to setup.py dependencies X-Git-Tag: 0.0.3~97 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d12c2013b7cecfe65f43cb19aabf8bdc9092720;p=openpower-isa.git add astor to setup.py dependencies --- diff --git a/setup.py b/setup.py index 3c9a4814..470686e2 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ install_requires = [ # these should be fine 'pygdbmi', # gdb machine interfave 'ply', # python lex yacc. very cool + 'astor', # python AST manipulation ] test_requires = [