mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
mopidy-gmusic: use default cachetools version
This commit is contained in:
parent
a3fb6d2590
commit
2dc2a8e54e
|
@ -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