From cf018168f3e698b0e23d2bfdeeb51ee83c59e202 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 2 May 2021 06:51:07 +0100 Subject: [PATCH] change dependency name to libresoc-nmutil --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2