From: Luke Kenneth Casson Leighton Date: Tue, 12 Apr 2022 13:45:23 +0000 (+0100) Subject: require pygdbmi 0.9.0.3 X-Git-Tag: sv_maxu_works-initial~504 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=acbf3f6f579a2c653b825b9d0931b8e26f11255c;p=openpower-isa.git require pygdbmi 0.9.0.3 --- diff --git a/setup.py b/setup.py index e052d15b..2b6bfbfd 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requires = [ # https://git.libre-soc.org/?p=nmutil.git 'libresoc-nmutil', # these should be fine - 'pygdbmi', # gdb machine interfave + 'pygdbmi=0.9.0.3', # gdb machine interface, requires older version (sigh) 'ply', # python lex yacc. very cool 'astor', # python AST manipulation 'cffi' # LuaJIT-style C FFI for Python