[FIX] setup.py: fix dependency on PyWebDAV . The name is DAV for the module.

bzr revid: odo@openerp.com-20100804135014-opo4q1jiwhsyjqut
This commit is contained in:
xrg (P. Christeas) 2010-08-04 15:50:14 +02:00 committed by Olivier Dony
parent 7666ac14a7
commit b7f884614f
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,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'), ('DAV', 'PyWebDAV is a standards compliant WebDAV server and library written in Python'),
] ]
def check_modules(): def check_modules():