mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Add new workaround for #140 (debian bs)
This commit is contained in:
parent
07b5b1eae9
commit
d4e3b99311
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
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:
|
: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
|
- Upgrade your installation of the Debian requests package to at least version
|
||||||
``2.4.3-1``.
|
``2.4.3-1``.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue