[ADD] added dependency on pywebdav in trunk server for packaging of document_webdav

bzr revid: odo@openerp.com-20100518143628-ow56wyci1owcrg3c
This commit is contained in:
Olivier Dony 2010-05-18 16:36:28 +02:00
parent 63355adfc3
commit ae6e1e2237
1 changed files with 2 additions and 1 deletions

View File

@ -60,6 +60,7 @@ required_modules = [
('pytz', 'Timezone handling library for Python'), ('pytz', 'Timezone handling library for Python'),
('reportlab', 'reportlab module'), ('reportlab', 'reportlab module'),
('yaml', 'YAML parser and emitter for Python'), ('yaml', 'YAML parser and emitter for Python'),
('pywebdav', 'PyWebDAV is a standards compliant WebDAV server and library written in Python'),
] ]
def check_modules(): def check_modules():
@ -180,7 +181,7 @@ options = {
"lxml.objectify", "decimal", "xml", "encodings", "lxml.objectify", "decimal", "xml", "encodings",
"dateutil", "wizard", "pychart", "PIL", "pyparsing", "dateutil", "wizard", "pychart", "PIL", "pyparsing",
"pydot", "asyncore","asynchat", "reportlab", "vobject", "pydot", "asyncore","asynchat", "reportlab", "vobject",
"HTMLParser", "select", "yaml"], "HTMLParser", "select", "yaml", "pywebdav"],
"excludes" : ["Tkconstants","Tkinter","tcl"], "excludes" : ["Tkconstants","Tkinter","tcl"],
} }
} }