From 1480b0a441eee7ac8b04ec10cc2716c73348154d Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Wed, 11 Jan 2023 09:48:45 -0700 Subject: [PATCH] vdirsyncer: add aiohttp-oauthlib to dependencies This makes the "google" storage work again after the upstream asyncio refactor: https://github.com/pimutils/vdirsyncer/pull/906 Signed-off-by: Sumner Evans --- pkgs/development/python-modules/vdirsyncer/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/vdirsyncer/default.nix b/pkgs/development/python-modules/vdirsyncer/default.nix index 0ddc9b988aa..c61ec16b87b 100644 --- a/pkgs/development/python-modules/vdirsyncer/default.nix +++ b/pkgs/development/python-modules/vdirsyncer/default.nix @@ -13,6 +13,7 @@ , pytest-subtesthack , setuptools-scm , aiostream +, aiohttp-oauthlib , aiohttp , pytest-asyncio , trustme @@ -49,6 +50,7 @@ buildPythonPackage rec { requests-toolbelt aiostream aiohttp + aiohttp-oauthlib ]; nativeBuildInputs = [