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 <me@sumnerevans.com>
This commit is contained in:
Sumner Evans 2023-01-11 09:48:45 -07:00
parent 08649f0192
commit 1480b0a441
No known key found for this signature in database
GPG key ID: 8904527AB50022FD

View file

@ -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 = [