From d4e3b9931136a899a61c090dca6bc99e2dec997b Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 5 Jan 2015 12:44:47 +0100 Subject: [PATCH] Add new workaround for #140 (debian bs) --- docs/problems.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/problems.rst b/docs/problems.rst index ff443be..00e400a 100644 --- a/docs/problems.rst +++ b/docs/problems.rst @@ -19,6 +19,11 @@ Requests-related ImportErrors on Debian-based distributions Debian has had its problems in the past with the Python requests package, see :gh:`82` and :gh:`140`. You have two options for solving this problem: +- Set the ``auth`` parameter of :py:class:`vdirsyncer.storage.CaldavStorage`, + :py:class:`vdirsyncer.storage.CarddavStorage`, and/or + :py:class:`vdirsyncer.storage.HttpStorage` to ``basic`` or ``digest`` (not + ``guess``). + - Upgrade your installation of the Debian requests package to at least version ``2.4.3-1``.