add libresoc-openpower-isa to setup.py dependencies
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 5 May 2021 13:16:58 +0000 (14:16 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 5 May 2021 13:16:58 +0000 (14:16 +0100)
setup.py

index 25a5ebf5954d8878d5411eb6220d08c2cb7d7975..3a11dd990c7bfc41768c4e7bb6c808f9ff1bebbe 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,6 @@ here = os.path.abspath(os.path.dirname(__file__))
 README = open(os.path.join(here, 'README.md')).read()
 NEWS = open(os.path.join(here, 'NEWS.txt')).read()
 
-
 version = '0.0.1'
 
 # using pip3 for ongoing development is a royal pain.  seriously not
@@ -17,6 +16,7 @@ version = '0.0.1'
 install_requires = [
     #    'sfpy',    # needs manual patching
     'libresoc-ieee754fpu',   # uploaded (successfully, whew) to pip
+    'libresoc-openpower-isa',  # uploaded (successfully, whew) to pip
     # 'nmigen-soc', # install manually from git.libre-soc.org
 ]