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:
218bb6e
)
Add CFFI as dependency
author
Mikolaj Wielgus
<wielgusmikolaj@gmail.com>
Tue, 14 Dec 2021 15:50:16 +0000
(15:50 +0000)
committer
Mikolaj Wielgus
<wielgusmikolaj@gmail.com>
Tue, 14 Dec 2021 15:50:29 +0000
(15:50 +0000)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 2f505dbf2876b193ee36167eaac8ae9201a3a8fe..e052d15bf78afe9f8ec350843a2079f8c9221b41 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-23,6
+23,7
@@
install_requires = [
'pygdbmi', # gdb machine interfave
'ply', # python lex yacc. very cool
'astor', # python AST manipulation
+ 'cffi' # LuaJIT-style C FFI for Python
]
test_requires = [