From: Mikolaj Wielgus Date: Tue, 14 Dec 2021 15:50:16 +0000 (+0000) Subject: Add CFFI as dependency X-Git-Tag: sv_maxu_works-initial~632 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3f7875d34f8e916d20539e2869a00048ccd3219;p=openpower-isa.git Add CFFI as dependency --- diff --git a/setup.py b/setup.py index 2f505dbf..e052d15b 100644 --- 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 = [