From adf77f4a016696f79cc5b9812b15672a672b5009 Mon Sep 17 00:00:00 2001 From: Julien Thewys Date: Tue, 9 Mar 2010 12:39:36 +0100 Subject: [PATCH] [IMP] Added yaml dependency in setup.py build script. bzr revid: jth@openerp.com-20100309113936-9j4uqolxk0pmewf4 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4fefa4d59e..9d7a735d2f6 100755 --- a/setup.py +++ b/setup.py @@ -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"], } }