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:
@@ -42,7 +42,10 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
tqdm
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "docutils" ];
|
||||
pythonRelaxDeps = [
|
||||
"docutils"
|
||||
"tabulate"
|
||||
];
|
||||
|
||||
nativeCheckInputs = with python3Packages; [
|
||||
backoff
|
||||
|
||||
Reference in New Issue
Block a user