From: Daira Hopwood Date: Tue, 30 Sep 2014 17:40:03 +0000 (+0100) Subject: Remove a funny comment. X-Git-Url: https://git.rkrishnan.org/provisioning?a=commitdiff_plain;h=7875a24ffea7c861ede2fde5d2937b0b8ae525f4;p=tahoe-lafs%2Ftahoe-lafs.git Remove a funny comment. Signed-off-by: Daira Hopwood --- 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