10 , requests_oauthlib # required for google oauth sync
19 buildPythonPackage rec {
25 inherit pname version;
26 sha256 = "bfdb422f52e1d4d60bd0635d203fb59fa7f613397d079661eb48e79464ba13c5";
29 propagatedBuildInputs = [
30 click click-log click-threading
33 requests_oauthlib # required for google oauth sync
49 substituteInPlace setup.py --replace "click>=5.0,<6.0" "click"
53 export DETERMINISTIC_TESTS=true
58 "test_create_collections" # Flaky test exceeds deadline on hydra: https://github.com/pimutils/vdirsyncer/issues/837
62 homepage = "https://github.com/pimutils/vdirsyncer";
63 description = "Synchronize calendars and contacts";
64 license = licenses.mit;
65 maintainers = with maintainers; [ loewenheim ];