From acbf3f6f579a2c653b825b9d0931b8e26f11255c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 12 Apr 2022 14:45:23 +0100 Subject: [PATCH] require pygdbmi 0.9.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2