double-equals in setup.py dependencies
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 15 Apr 2022 04:39:08 +0000 (05:39 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 15 Apr 2022 04:39:08 +0000 (05:39 +0100)
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