From 90116cefabd7869169bcf8e7f1c97e95284969f9 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 24 Apr 2021 04:31:02 +0100 Subject: [PATCH] add ply and pygdbmi dependencies --- setup.py | 3 +++ 1 file changed, 3 insertions(+) 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 = [ -- 2.30.2