projects
/
tahoe-lafs
/
zfec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cda7eb
)
zfec: setup: tests_require pyutil
author
zooko
<zooko@zooko.com>
Sat, 22 Dec 2007 16:08:46 +0000
(21:38 +0530)
committer
zooko
<zooko@zooko.com>
Sat, 22 Dec 2007 16:08:46 +0000
(21:38 +0530)
darcs-hash:
b6455e31efdb71dd8a0d1aa7d83a51b278361602
zfec/setup.py
patch
|
blob
|
history
diff --git
a/zfec/setup.py
b/zfec/setup.py
index 30641602a7f50d50eb643e739fca607239c02384..e6d8a8a9a878a758030df442e8bc12a34a06a1b1 100755
(executable)
--- a/
zfec/setup.py
+++ b/
zfec/setup.py
@@
-106,6
+106,7
@@
setup(name='zfec',
license='GNU GPL',
dependency_links=dependency_links,
install_requires=["argparse >= 0.8", "pyutil >= 1.3.5"],
+ tests_require=["pyutil >= 1.3.5"],
packages=find_packages(),
include_package_data=True,
setup_requires=['setuptools_darcs >= 1.1.0',],