projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de5fc3a
)
double-equals in setup.py dependencies
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 15 Apr 2022 04:39:08 +0000
(
05:39
+0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 15 Apr 2022 04:39:08 +0000
(
05:39
+0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/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