beets: add missing dependency six, fixes #20946
This commit is contained in:
@@ -84,6 +84,7 @@ in pythonPackages.buildPythonApplication rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
pythonPackages.six
|
||||||
pythonPackages.enum34
|
pythonPackages.enum34
|
||||||
pythonPackages.jellyfish
|
pythonPackages.jellyfish
|
||||||
pythonPackages.munkres
|
pythonPackages.munkres
|
||||||
|
|||||||
Reference in New Issue
Block a user