python.pkgs.audio-metadata: fix missing dep
This commit is contained in:
parent
311f17970f
commit
524c82b3a1
@ -4,6 +4,7 @@
|
|||||||
, bitstruct
|
, bitstruct
|
||||||
, more-itertools
|
, more-itertools
|
||||||
, pprintpp
|
, pprintpp
|
||||||
|
, tbm-utils
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -27,6 +28,7 @@ buildPythonPackage rec {
|
|||||||
bitstruct
|
bitstruct
|
||||||
more-itertools
|
more-itertools
|
||||||
pprintpp
|
pprintpp
|
||||||
|
tbm-utils
|
||||||
];
|
];
|
||||||
|
|
||||||
# No tests
|
# No tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user