backblaze-b2: relax docutils dependency
Upstream pins docutils<0.22 but nixpkgs ships 0.22.4.
This commit is contained in:
@@ -46,7 +46,10 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
setuptools
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "phx-class-registry" ];
|
||||
pythonRelaxDeps = [
|
||||
"docutils"
|
||||
"phx-class-registry"
|
||||
];
|
||||
|
||||
nativeCheckInputs = with python3Packages; [
|
||||
backoff
|
||||
|
||||
Reference in New Issue
Block a user