From 4065e368296a9cd22b551682ee1e89952fd86238 Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Thu, 10 Apr 2014 16:02:44 +0200 Subject: [PATCH] [FIX] setup: allow using pywebdav 0.9.4.1 (and possible future patches), we only want to stay below 0.9.8 lp bug: https://launchpad.net/bugs/1305872 fixed bzr revid: odo@openerp.com-20140410140244-wu2l4hb5o1ct7tmm --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a6d5702e632..9dc814d420d 100644 --- a/setup.py +++ b/setup.py @@ -131,7 +131,7 @@ setuptools.setup( 'python-ldap', # optional 'python-openid', 'pytz', - 'pywebdav <= 0.9.4', + 'pywebdav < 0.9.8', 'pyyaml', 'reportlab', # windows binary pypi.python.org/pypi/reportlab 'simplejson',