projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c66d78c
)
temporarily disabled sfpy dependency for now
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 8 Jun 2019 05:53:24 +0000
(06:53 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 8 Jun 2019 05:53:24 +0000
(06:53 +0100)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 8f83c591234f4566b481f784af1c66d70fee7136..31166444366960b03fef4ec2c10e73d40b1d18ef 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-9,7
+9,7
@@
NEWS = open(os.path.join(here, 'NEWS.txt')).read()
version = '0.0.1'
install_requires = [
- 'sfpy',
+# 'sfpy', # XXX temporarily disabled
]
test_requires = [