forked from mirrors/nixpkgs
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:
parent
08649f0192
commit
1480b0a441
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue