From 5f09dcc8ee2cf89b318bc2c4001e0ec70ca0c0f2 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 15 Apr 2022 05:39:08 +0100 Subject: [PATCH] double-equals in setup.py dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b6bfbfd..6959c970 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=0.9.0.3', # gdb machine interface, requires older version (sigh) + '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