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:
5d17a5b
)
setup: build-requirement on setuptools from 0.6c10 (zetuptoolz) to 0.6c9 (current...
author
zooko
<zooko@zooko.com>
Wed, 17 Jun 2009 15:28:22 +0000
(20:58 +0530)
committer
zooko
<zooko@zooko.com>
Wed, 17 Jun 2009 15:28:22 +0000
(20:58 +0530)
Ignore-this:
88554f3dcfa2654d96104e13d068360
Hopefully this will let stdeb run to completion.
darcs-hash:
9480446f961e45a6b36b71d6d40909c2670a0448
zfec/setup.py
patch
|
blob
|
history
diff --git
a/zfec/setup.py
b/zfec/setup.py
index 84bdb2d0cfa5f5c748b8b87d8dfde1c2152396d6..3c187c94dfbae134ce4d8525a730a906d81e6d83 100755
(executable)
--- a/
zfec/setup.py
+++ b/
zfec/setup.py
@@
-18,8
+18,7
@@
try:
except ImportError:
pass
else:
- # On cygwin there was a permissions error that was fixed in 0.6c6.
- use_setuptools(min_version='0.6c10', download_delay=0, to_dir=miscdeps)
+ use_setuptools(min_version='0.6c9', download_delay=0, to_dir=miscdeps)
from setuptools import Extension, find_packages, setup