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
|
, pytest-subtesthack
|
||||||
, setuptools-scm
|
, setuptools-scm
|
||||||
, aiostream
|
, aiostream
|
||||||
|
, aiohttp-oauthlib
|
||||||
, aiohttp
|
, aiohttp
|
||||||
, pytest-asyncio
|
, pytest-asyncio
|
||||||
, trustme
|
, trustme
|
||||||
|
@ -49,6 +50,7 @@ buildPythonPackage rec {
|
||||||
requests-toolbelt
|
requests-toolbelt
|
||||||
aiostream
|
aiostream
|
||||||
aiohttp
|
aiohttp
|
||||||
|
aiohttp-oauthlib
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue