python3Packages.rokuecp: add missing cachetools dependency

This commit is contained in:
Martin Weinelt 2022-01-17 03:17:05 +01:00
parent 0e52fc0993
commit 132d2ef47d

View File

@ -2,6 +2,7 @@
, aiohttp
, aresponses
, buildPythonPackage
, cachetools
, fetchFromGitHub
, pytest-asyncio
, pytestCheckHook
@ -26,6 +27,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
cachetools
xmltodict
yarl
];