backblaze-b2: add missing dependency setuptools

This commit is contained in:
Lin Yinfeng
2023-12-25 10:50:18 +08:00
parent 589aab59f1
commit ed528caa13
@@ -36,6 +36,7 @@ python3Packages.buildPythonApplication rec {
tqdm
platformdirs
packaging
setuptools
];
nativeCheckInputs = with python3Packages; [