projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf01816
)
add astor to setup.py dependencies
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 2 May 2021 05:59:01 +0000
(06:59 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 2 May 2021 05:59:01 +0000
(06:59 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 3c9a4814c48644a6785258b4f8c83869cab4b83a..470686e2ed7ae56b79c1d09b50a97ea1c507089d 100644
(file)
--- 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 = [