forked from mirrors/nixpkgs
Merge pull request #30921 from andir/vdirsyncer-requests_oauthlib
vdirsyncer: added requests_oauthlib to propagatedBuildInputs
This commit is contained in:
commit
f04f30fd2d
|
@ -18,6 +18,7 @@ pythonPackages.buildPythonApplication rec {
|
|||
click click-log click-threading
|
||||
requests_toolbelt
|
||||
requests
|
||||
requests_oauthlib # required for google oauth sync
|
||||
atomicwrites
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue