From 335add9e0c187e070e349328f2a2c5cfb992544d Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Sun, 29 Oct 2017 09:31:15 +0100 Subject: [PATCH] vdirsyncer: added requests_oauthlib to propagatedBuildInputs vdirsyncer requires `requests_oauthlib` in order to work with google calendar sync services --- pkgs/tools/misc/vdirsyncer/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/vdirsyncer/default.nix b/pkgs/tools/misc/vdirsyncer/default.nix index 731a194cc6a..17798057ec3 100644 --- a/pkgs/tools/misc/vdirsyncer/default.nix +++ b/pkgs/tools/misc/vdirsyncer/default.nix @@ -18,6 +18,7 @@ pythonPackages.buildPythonApplication rec { click click-log click-threading requests_toolbelt requests + requests_oauthlib # required for google oauth sync atomicwrites ];