change dependency name to libresoc-nmutil
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 2 May 2021 05:51:07 +0000 (06:51 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 2 May 2021 05:51:07 +0000 (06:51 +0100)
setup.py

index 5c4b6a1c6f7aa5f7872d0459b573d51eee92df95..3c9a4814c48644a6785258b4f8c83869cab4b83a 100644 (file)
--- 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