require pygdbmi 0.9.0.3
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 12 Apr 2022 13:45:23 +0000 (14:45 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 12 Apr 2022 13:45:23 +0000 (14:45 +0100)
setup.py

index e052d15bf78afe9f8ec350843a2079f8c9221b41..2b6bfbfd06523d1aeee205f0e433517efca72232 100644 (file)
--- 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