From a93972841828f5c0c6be470d5538b558509aca49 Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Wed, 9 Apr 2014 10:13:49 +0200 Subject: [PATCH] [FIX] setup.py: pywebdav 0.9.8 breaks the API by renaming the DAV module bzr revid: odo@openerp.com-20140409081349-53jbd1k9vfp0uzom --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b53c9a47b31..a6d5702e632 100644 --- a/setup.py +++ b/setup.py @@ -131,7 +131,7 @@ setuptools.setup( 'python-ldap', # optional 'python-openid', 'pytz', - 'pywebdav', + 'pywebdav <= 0.9.4', 'pyyaml', 'reportlab', # windows binary pypi.python.org/pypi/reportlab 'simplejson',