projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e192fce
)
add rest of missing stuff for cached-property git dependency
author
Jacob Lifshay
<programmerjake@gmail.com>
Sun, 14 Aug 2022 22:31:45 +0000
(15:31 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Sun, 14 Aug 2022 22:31:45 +0000
(15:31 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 67c824eaf3ecee9abc6d5d5ccf84243072a0dffd..baad4cfc5947a9fe0aaf5f7eefe1c4a79b3d15a0 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-39,6
+39,11
@@
install_requires = [
'cached-property@'+cprop,
]
+# git url needed for having `setup.py develop` install from libre-soc git
+dependency_links = [
+ cprop,
+]
+
test_requires = [
'nose',
# best to install pia from Libre-SOC:
@@
-68,6
+73,7
@@
setup(
include_package_data=True,
zip_safe=False,
install_requires=install_requires,
+ dependency_links=dependency_links,
tests_require=test_requires,
test_suite='nose.collector',
entry_points={