whipper: add cddb dependency

This commit is contained in:
Gabriel Ebner 2018-10-05 08:22:26 +02:00
parent 89beaef64d
commit e1738bf1a2

View file

@ -14,7 +14,7 @@ python2.pkgs.buildPythonApplication rec {
pythonPath = with python2.pkgs; [
pygobject2 musicbrainzngs urllib3 chardet
pycdio setuptools mutagen
pycdio setuptools mutagen CDDB
requests
];