From: Luke Kenneth Casson Leighton Date: Sun, 2 May 2021 05:51:07 +0000 (+0100) Subject: change dependency name to libresoc-nmutil X-Git-Tag: 0.0.3~98 X-Git-Url: https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff_plain;h=cf018168f3e698b0e23d2bfdeeb51ee83c59e202 change dependency name to libresoc-nmutil --- diff --git a/setup.py b/setup.py index 5c4b6a1c..3c9a4814 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ install_requires = [ 'nmigen', # can be obtained with pip3, best done manually # https://git.libre-soc.org/?p=nmutil.git - 'nmutil', + 'libresoc-nmutil', # these should be fine 'pygdbmi', # gdb machine interfave 'ply', # python lex yacc. very cool