backblaze-b2: relax tabulate version constraint

tabulate 0.10.0 is incompatible with the pinned ==0.9.0 requirement,
causing a build failure. Tested manually that listing files still works
This commit is contained in:
phaer
2026-03-25 11:05:16 +01:00
parent 06a5d9a601
commit a45e90e096
+4 -1
View File
@@ -42,7 +42,10 @@ python3Packages.buildPythonApplication (finalAttrs: {
tqdm
];
pythonRelaxDeps = [ "docutils" ];
pythonRelaxDeps = [
"docutils"
"tabulate"
];
nativeCheckInputs = with python3Packages; [
backoff