Merge pull request #54432 from dotlambda/python-pkgs-remove

pythonPackages: remove some packages representing outdated versions
This commit is contained in:
Robert Schütz
2019-01-21 22:48:35 +01:00
committed by GitHub
5 changed files with 4 additions and 125 deletions

View File

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