From: Luke Kenneth Casson Leighton Date: Thu, 26 Mar 2020 11:03:28 +0000 (+0000) Subject: add pygdbmi to dependencies X-Git-Tag: div_pipeline~1629 X-Git-Url: https://git.libre-soc.org/?p=soc.git;a=commitdiff_plain;h=3eab63ce87d89d6ee8a8dab96ef285b9e3d7069e add pygdbmi to dependencies --- diff --git a/setup.py b/setup.py index 4f4f0338..e1abe01d 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ version = '0.0.1' install_requires = [ # 'sfpy', 'ieee754fpu', + 'pygdbmi', ] test_requires = [ @@ -20,7 +21,7 @@ test_requires = [ setup( name='soc', version=version, - description="A nmigen-based RISC-V Hybrid CPU / VPU / GPU", + description="A nmigen-based OpenPOWER Hybrid CPU / VPU / GPU", long_description=README + '\n\n' + NEWS, classifiers=[ "Topic :: Software Development :: Libraries",