sv_binutils: fix fields enum naming
[openpower-isa.git] / setup.py
index 2b6bfbfd06523d1aeee205f0e433517efca72232..6959c97074ebf60d125d9eb3deea12772c96e4c0 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=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