backblaze-b2: relax docutils dependency

Upstream pins docutils<0.22 but nixpkgs ships 0.22.4.
This commit is contained in:
phaer
2026-02-25 23:18:41 +01:00
parent c9238fb397
commit b8e06a901b
+4 -1
View File
@@ -46,7 +46,10 @@ python3Packages.buildPythonApplication (finalAttrs: {
setuptools
];
pythonRelaxDeps = [ "phx-class-registry" ];
pythonRelaxDeps = [
"docutils"
"phx-class-registry"
];
nativeCheckInputs = with python3Packages; [
backoff