Commit b8e06a90 authored by phaer's avatar phaer
Browse files

backblaze-b2: relax docutils dependency

Upstream pins docutils<0.22 but nixpkgs ships 0.22.4.
parent c9238fb3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -46,7 +46,10 @@ python3Packages.buildPythonApplication (finalAttrs: {
    setuptools
  ];

  pythonRelaxDeps = [ "phx-class-registry" ];
  pythonRelaxDeps = [
    "docutils"
    "phx-class-registry"
  ];

  nativeCheckInputs = with python3Packages; [
    backoff