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:
e86d9d1
)
add ply and pygdbmi dependencies
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 24 Apr 2021 03:31:02 +0000
(
04:31
+0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 24 Apr 2021 03:31:02 +0000
(
04:31
+0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index c3e57d6b6df2d711219da7c70dc5a05e633dfe62..0c9f11585a28ebe851fa1d92400f2eb5bf92c63a 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-19,6
+19,9
@@
install_requires = [
# can be obtained with pip3, best done manually
# https://git.libre-soc.org/?p=nmutil.git
'nmutil',
+ # these should be fine
+ 'pygdbmi', # gdb machine interfave
+ 'ply', # python lex yacc. very cool
]
test_requires = [