[IMP] Added yaml dependency in setup.py build script.

bzr revid: jth@openerp.com-20100309113936-9j4uqolxk0pmewf4
This commit is contained in:
Julien Thewys 2010-03-09 12:39:36 +01:00
parent 7b37885bf9
commit adf77f4a01
1 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ required_modules = [
('pydot', 'pydot module'),
('pytz', 'Timezone handling library for Python'),
('reportlab', 'reportlab module'),
('yaml', 'YAML parser and emitter for Python'),
]
def check_modules():
@ -174,7 +175,7 @@ options = {
"lxml.objectify", "decimal", "xml", "encodings",
"dateutil", "wizard", "pychart", "PIL", "pyparsing",
"pydot", "asyncore","asynchat", "reportlab", "vobject",
"HTMLParser", "select"],
"HTMLParser", "select", "yaml"],
"excludes" : ["Tkconstants","Tkinter","tcl"],
}
}