projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afefffe
)
Remove a funny comment.
2249-windows-dep-workaround-2
113/head
author
Daira Hopwood
<daira@jacaranda.org>
Tue, 30 Sep 2014 17:40:03 +0000
(18:40 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Tue, 30 Sep 2014 17:40:03 +0000
(18:40 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index 1e0e8e0761377d6e3d2878e87622b88187d0788a..6d3c64a2db390acd7f1794f8946f0bf5a62131f4 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-97,8
+97,6
@@
def require_more():
if not hasattr(sys, 'frozen'):
package_imports.append(('setuptools', 'setuptools'))
- # Windows sucks. Other platforms suck differently.
-
if sys.platform == "win32":
install_requires += [
# We don't want pyOpenSSL >= 0.14 because it depends on cffi