[FIX] setup.py: fix dependency on PyWebDAV . The name is DAV for the module.
authorxrg (P. Christeas) <>
Wed, 4 Aug 2010 13:50:14 +0000 (15:50 +0200)
committerOlivier Dony <odo@openerp.com>
Wed, 4 Aug 2010 13:50:14 +0000 (15:50 +0200)
bzr revid: odo@openerp.com-20100804135014-opo4q1jiwhsyjqut

setup.py

index 39fda77..3f09be8 100755 (executable)
--- 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():