From 3bb427edd1d748ee950c1674905f09e67a4b4b6e Mon Sep 17 00:00:00 2001 From: Stephane Wirtel Date: Sat, 3 Jan 2009 02:05:00 +0100 Subject: [PATCH] [FIX] Remove the OpenSSL for Windows bzr revid: stephane@tinyerp.com-20090103010500-hj4l0sydtpwbpgdn --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 25a6ffa4e41..daf7b8f7d73 100755 --- a/setup.py +++ b/setup.py @@ -140,7 +140,7 @@ options = { "lxml.objectify", "decimal", "xml", "xml.dom", "xml.xpath", "encodings","mx.DateTime","wizard","pychart","PIL", "pyparsing", "pydot","asyncore","asynchat", "reportlab", "vobject", - "HTMLParser", "OpenSSL", "select"], + "HTMLParser", "select"], "excludes" : ["Tkconstants","Tkinter","tcl"], } }