From: Luke Kenneth Casson Leighton Date: Sat, 24 Apr 2021 03:31:02 +0000 (+0100) Subject: add ply and pygdbmi dependencies X-Git-Tag: 0.0.3~113 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=90116cefabd7869169bcf8e7f1c97e95284969f9;p=openpower-isa.git add ply and pygdbmi dependencies --- diff --git a/setup.py b/setup.py index c3e57d6b..0c9f1158 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,9 @@ install_requires = [ # can be obtained with pip3, best done manually # https://git.libre-soc.org/?p=nmutil.git 'nmutil', + # these should be fine + 'pygdbmi', # gdb machine interfave + 'ply', # python lex yacc. very cool ] test_requires = [