Add new workaround for #140 (debian bs)

This commit is contained in:
Markus Unterwaditzer 2015-01-05 12:44:47 +01:00
parent 07b5b1eae9
commit d4e3b99311

View file

@ -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``.