From: Luke Kenneth Casson Leighton Date: Fri, 15 Apr 2022 04:39:08 +0000 (+0100) Subject: double-equals in setup.py dependencies X-Git-Tag: sv_maxu_works-initial~500 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f09dcc8ee2cf89b318bc2c4001e0ec70ca0c0f2;p=openpower-isa.git double-equals in setup.py dependencies --- 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