mopidy-gmusic: use default cachetools version
This commit is contained in:
parent
a3fb6d2590
commit
2dc2a8e54e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ pythonPackages.buildPythonApplication rec {
|
|||
mopidy
|
||||
pythonPackages.requests
|
||||
pythonPackages.gmusicapi
|
||||
pythonPackages.cachetools_1
|
||||
pythonPackages.cachetools
|
||||
];
|
||||
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue