python3Packages.rokuecp: add missing cachetools dependency

This commit is contained in:
Martin Weinelt
2022-01-23 01:09:33 +01:00
parent 0e52fc0993
commit 132d2ef47d
@@ -2,6 +2,7 @@
, aiohttp
, aresponses
, buildPythonPackage
, cachetools
, fetchFromGitHub
, pytest-asyncio
, pytestCheckHook
@@ -26,6 +27,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
cachetools
xmltodict
yarl
];