From b7f884614ffcb134e37988a8ccdc56b75bbb1ebc Mon Sep 17 00:00:00 2001 From: "xrg (P. Christeas)" <> Date: Wed, 4 Aug 2010 15:50:14 +0200 Subject: [PATCH] [FIX] setup.py: fix dependency on PyWebDAV . The name is DAV for the module. bzr revid: odo@openerp.com-20100804135014-opo4q1jiwhsyjqut --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 39fda7703e8..3f09be81e67 100755 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ required_modules = [ ('pytz', 'Timezone handling library for Python'), ('reportlab', 'reportlab module'), ('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():