backblaze-b2: add missing dependency setuptools
This commit is contained in:
parent
589aab59f1
commit
ed528caa13
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
tqdm
|
tqdm
|
||||||
platformdirs
|
platformdirs
|
||||||
packaging
|
packaging
|
||||||
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = with python3Packages; [
|
nativeCheckInputs = with python3Packages; [
|
||||||
|
|
Loading…
Reference in a new issue