From 7875a24ffea7c861ede2fde5d2937b0b8ae525f4 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Tue, 30 Sep 2014 18:40:03 +0100 Subject: [PATCH] Remove a funny comment. Signed-off-by: Daira Hopwood --- src/allmydata/_auto_deps.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index 1e0e8e07..6d3c64a2 100644 --- 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 -- 2.45.2