[REF] account: clean installer.py
[odoo/odoo.git] / setup.py
index 9d7a735..d4fefa4 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,6 @@ required_modules = [
     ('pydot', 'pydot module'),
     ('pytz', 'Timezone handling library for Python'),
     ('reportlab', 'reportlab module'),
-    ('yaml', 'YAML parser and emitter for Python'),
 ]
 
 def check_modules():
@@ -175,7 +174,7 @@ options = {
                      "lxml.objectify", "decimal", "xml", "encodings",
                      "dateutil", "wizard", "pychart", "PIL", "pyparsing",
                      "pydot", "asyncore","asynchat", "reportlab", "vobject",
-                     "HTMLParser", "select", "yaml"],
+                     "HTMLParser", "select"],
         "excludes" : ["Tkconstants","Tkinter","tcl"],
     }
 }