mopidy-gmusic: use default cachetools version

This commit is contained in:
Robert Schütz 2019-01-21 17:52:00 +01:00
parent a3fb6d2590
commit 2dc2a8e54e

View file

@ -13,7 +13,7 @@ pythonPackages.buildPythonApplication rec {
mopidy
pythonPackages.requests
pythonPackages.gmusicapi
pythonPackages.cachetools_1
pythonPackages.cachetools
];
doCheck = false;