backblaze-b2: add missing dependency setuptools

This commit is contained in:
Lin Yinfeng 2023-12-22 12:31:27 +08:00
parent 589aab59f1
commit ed528caa13
No known key found for this signature in database
GPG key ID: 46947CB61521FC42

View file

@ -36,6 +36,7 @@ python3Packages.buildPythonApplication rec {
tqdm
platformdirs
packaging
setuptools
];
nativeCheckInputs = with python3Packages; [