python3Packages.rokuecp: add missing cachetools dependency
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
, aiohttp
|
||||
, aresponses
|
||||
, buildPythonPackage
|
||||
, cachetools
|
||||
, fetchFromGitHub
|
||||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
@@ -26,6 +27,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
cachetools
|
||||
xmltodict
|
||||
yarl
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user