python.pkgs.audio-metadata: fix missing dep
This commit is contained in:
parent
311f17970f
commit
524c82b3a1
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
, bitstruct
|
||||
, more-itertools
|
||||
, pprintpp
|
||||
, tbm-utils
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -27,6 +28,7 @@ buildPythonPackage rec {
|
|||
bitstruct
|
||||
more-itertools
|
||||
pprintpp
|
||||
tbm-utils
|
||||
];
|
||||
|
||||
# No tests
|
||||
|
|
Loading…
Reference in a new issue