mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 13:03:34 +00:00
python3Packages.rokuecp: add missing cachetools dependency
This commit is contained in:
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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user